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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ミ悅ノB | 1101000011111010101111011100100101000010 | d0fabdc942 |
EUC-JP | ミ?ノB | 100011101101000000111111100011101100100101000010 | 8ed03f8ec942 |
UTF-8 | ミ悅ノB | 11101111101111101001000011100110100000101000010111101111101111101000100101000010 | efbe90e68285efbe8942 |
UHC | ?悅?B | 0011111111100110111011010011111101000010 | 3fe6ed3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)