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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 玉??玉??B | 100010111100101000111111001111111000101111001010001111110011111101000010 | 8bca3f3f8bca3f3f42 |
EUC-JP | 玉??玉??B | 101101101100110000111111001111111011011011001100001111110011111101000010 | b6cc3f3fb6cc3f3f42 |
UTF-8 | 玉앯캙玉앯캙B | 11100111100011101000100111101100100101011010111111101100101110101001100111100111100011101000100111101100100101011010111111101100101110101001100101000010 | e78e89ec95afecba99e78e89ec95afecba9942 |
UHC | 玉앯캙玉앯캙B | 11101000101011001001110111100111101011111010000011101000101011001001110111100111101011111010000001000010 | e8ac9de7afa0e8ac9de7afa042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)