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 | 探遜歎造 | 1001001001010100100100011011101110010010010101101001000110100010 | 925491bb925691a2 |
EUC-JP | 探遜歎造 | 1100001110110101110000101011110111000011101101111100001010100100 | c3b5c2bdc3b7c2a4 |
UTF-8 | 探遜歎造 | 111001101000111010100010111010011000000110011100111001101010110110001110111010011000000010100000 | e68ea2e9819ce6ad8ee980a0 |
UHC | 探遜歎造 | 1111011110101110111000011110000111110111101001111111000011100011 | f7aee1e1f7a7f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)