To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵫竺鴫 | 1111110001001000100011101011000111110010101000101000111010110000 | fc488eb1f2a28eb0 |
EUC-JP | 鵫竺?鴫 | 1000111111101011111110101011110010110011001111111011110010110010 | 8febfabcb33fbcb2 |
UTF-8 | 鵫竺鴫 | 111010011011010110101011111001111010101110111010111011101000011110011001111010011011010010101011 | e9b5abe7abbaee8799e9b4ab |
UHC | ?竺?? | 0011111111110101111001110011111100111111 | 3ff5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)