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 | 絲るさ襭 | 1110001101001110100000101110100110000010101100111110011001000010 | e34e82e982b3e642 |
EUC-JP | 絲るさ襭 | 1110010110101111101001001110101110100100101101011110101110100011 | e5afa4eba4b5eba3 |
UTF-8 | 絲るさ襭 | 111001111011010110110010111000111000001010001011111000111000000110010101111010001010010110101101 | e7b5b2e3828be38195e8a5ad |
UHC | 絲るさ? | 11011110111010101010101011101011101010101011010100111111 | deeaaaebaab53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)