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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 炭脱}B | 100100100101100110010010010001010111110101000010 | 925992457d42 |
EUC-JP | 炭脱}B | 110000111011101011000011101001100111110101000010 | c3bac3a67d42 |
UTF-8 | 炭脱}B | 1110011110000010101011011110100010000100101100010111110101000010 | e782ade884b17d42 |
UHC | 炭?}B | 1111011110101001001111110111110101000010 | f7a93f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)