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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釭ヤ | 1111101110111101110101001111000011001011 | fbbdd4f0cb |
EUC-JP | 釭ヤ? | 100011111110001110101111100011101101010000111111 | 8fe3af8ed43f |
UTF-8 | 釭ヤ | 111010011000011110101101111011111011111010010100111011101000001010001010 | e987adefbe94ee828a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)