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 | 1000101110000011001111110011111101000010 | 8b833f3f42 |
EUC-JP | 泣??B | 1011010111100011001111110011111101000010 | b5e33f3f42 |
UTF-8 | 泣김틡B | 11100110101100111010001111101010101110011000000011101101100010111010000101000010 | e6b3a3eab980ed8ba142 |
UHC | 泣김틡B | 11101011111010001011000111101000101110101000110101000010 | ebe8b1e8ba8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)