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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辯セ閠憩^ | 1110011110000111101111101110100010000000100011000110010101011110 | e787bee8808c655e |
EUC-JP | 辯セ閠憩^ | 111011011110011110001110101111101110111111100000101101111100011001011110 | ede78ebeefe0b7c65e |
UTF-8 | 辯セ閠憩^ | 11101000101111101010111111101111101111011011111011101001100101101010000011100110100001101010100101011110 | e8beafefbdbee996a0e686a95e |
UHC | 辯??憩^ | 11011100101010100011111100111111110011001010100001011110 | dcaa3f3fcca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)