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 | 悉??諶 | 100011101011101100111111001111111111101110101010 | 8ebb3f3ffbaa |
EUC-JP | 悉??諶 | 10111100101111010011111100111111100011111101111010110101 | bcbd3f3f8fdeb5 |
UTF-8 | 悉룒뢚諶 | 111001101000001010001001111010111010001110010010111010111010001010011010111010001010101110110110 | e68289eba392eba29ae8abb6 |
UHC | 悉룒뢚諶 | 1110001111111010100011111000111110001111010101011110010010100110 | e3fa8f8f8f55e4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)