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 | 潁?潁?^ | 10011111111100010011111110011111111100010011111101011110 | 9ff13f9ff13f5e |
EUC-JP | 潁?潁?^ | 11011110111100110011111111011110111100110011111101011110 | def33fdef33f5e |
UTF-8 | 潁쥵潁쥵^ | 11100110101111011000000111101100101001011011010111100110101111011000000111101100101001011011010101011110 | e6bd81eca5b5e6bd81eca5b55e |
UHC | 潁쥵潁쥵^ | 111001111011100010100011010001001110011110111000101000110100010001011110 | e7b8a344e7b8a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)