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 | 趾?庇\ | 111001101110010000111111100101001101110101011100 | e6e43f94dd5c |
EUC-JP | 趾?庇\ | 111011001110011000111111110010001101111101011100 | ece63fc8df5c |
UTF-8 | 趾띤庇\ | 11101000101101101011111011101011100111011010010011100101101110101000011101011100 | e8b6beeb9da4e5ba875c |
UHC | 趾띤庇\ | 11110010101111111011011011101101110111011110011101011100 | f2bfb6eddde75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)