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 | 賃??頭 | 100100101100000000111111001111111001001110101010 | 92c03f3f93aa |
EUC-JP | 賃??頭 | 110001001100001000111111001111111100011010101100 | c4c23f3fc6ac |
UTF-8 | 賃곈렜頭 | 111010001011001110000011111010101011001110001000111010111010000010011100111010011010000010101101 | e8b383eab388eba09ce9a0ad |
UHC | 賃곈렜頭 | 1110110011111100101100001110100110001110101011101101010011101001 | ecfcb0e98eaed4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)