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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 樟??B | 1000111110111110001111110011111101000010 | 8fbe3f3f42 |
EUC-JP | 樟??B | 1011111011000000001111110011111101000010 | bec03f3f42 |
UTF-8 | 樟띌눼B | 11100110101010001001111111101011100111011000110011101011100010001011110001000010 | e6a89feb9d8ceb88bc42 |
UHC | 樟띌눼B | 11101101111010011011011011101001101101001011010001000010 | ede9b6e9b4b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)