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 | 探遜歎息 | 1001001001010100100100011011101110010010010101101001000110100111 | 925491bb925691a7 |
EUC-JP | 探遜歎息 | 1100001110110101110000101011110111000011101101111100001010101001 | c3b5c2bdc3b7c2a9 |
UTF-8 | 探遜歎息 | 111001101000111010100010111010011000000110011100111001101010110110001110111001101000000110101111 | e68ea2e9819ce6ad8ee681af |
UHC | 探遜歎息 | 1111011110101110111000011110000111110111101001111110001111010011 | f7aee1e1f7a7e3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)