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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 也ゅ?]H | 10010110111001111000001011100011001111110101110101001000 | 96e782e33f5d48 |
EUC-JP | 也ゅ?]H | 11001100111010011010010011100101001111110101110101001000 | cce9a4e53f5d48 |
UTF-8 | 也ゅ쩀]H | 1110010010111001100111111110001110000010100001011110110010101001100000000101110101001000 | e4b99fe38285eca9805d48 |
UHC | 也ゅ쩀]H | 1110010110100101101010101110010110100100100110100101110101001000 | e5a5aae5a49a5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)