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 | 0011111110010111111000100011111101000010 | 3f97e23f42 |
EUC-JP | ?冷?B | 0011111111001110111001000011111101000010 | 3fcee43f42 |
UTF-8 | 룿冷괆B | 11101011101000111011111111100101100001101011011111101010101101001000011001000010 | eba3bfe586b7eab48642 |
UHC | 룿冷괆B | 10001111101100001101010111010010101100001111111001000010 | 8fb0d5d2b0fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)