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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 障蕎?\ | 100011111110000110001011101111000011111101011100 | 8fe18bbc3f5c |
EUC-JP | 障蕎?\ | 101111101110001110110110101111100011111101011100 | bee3b6be3f5c |
UTF-8 | 障蕎ㄺ\ | 11101001100110101001110011101000100101011000111011100011100001001011101001011100 | e99a9ce8958ee384ba5c |
UHC | 障蕎ㄺ\ | 11101110101000011100111011110000101001001010101001011100 | eea1cef0a4aa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)