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 | 譯凩譯几^ | 111001101010000110011001011111011110011010100001100110010111101101011110 | e6a1997de6a1997b5e |
EUC-JP | 譯凩譯几^ | 111011001010001111010001110111101110110010100011110100011101110001011110 | eca3d1deeca3d1dc5e |
UTF-8 | 譯凩譯几^ | 11101000101011011010111111100101100001111010100111101000101011011010111111100101100001111010000001011110 | e8adafe587a9e8adafe587a05e |
UHC | 譯?譯?^ | 11100110101110110011111111100110101110110011111101011110 | e6bb3fe6bb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)