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 | 聆ヨ聚エ | 111000111101011111010110111000111101101010110100 | e3d7d6e3dab4 |
EUC-JP | 聆ヨ聚エ | 1110011011011001100011101101011011100110110111001000111010110100 | e6d98ed6e6dc8eb4 |
UTF-8 | 聆ヨ聚エ | 111010001000000110000110111011111011111010010110111010001000000110011010111011111011110110110100 | e88186efbe96e8819aefbdb4 |
UHC | 聆?聚? | 110101101100000000111111111101101010100100111111 | d6c03ff6a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)