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 | ?ぁ序モ | 00111111100000101001111110001111100110001000001110000010 | 3f829f8f988382 |
EUC-JP | ?ぁ序モ | 00111111101001001010000110111101111110001010010111100010 | 3fa4a1bdf8a5e2 |
UTF-8 | 룶ぁ序モ | 111010111010001110110110111000111000000110000001111001011011101010001111111000111000001110100010 | eba3b6e38181e5ba8fe383a2 |
UHC | 룶ぁ序モ | 1000111110101011101010101010000111011111111011011010101111100010 | 8fabaaa1dfedabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)