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 | ??^??? | 001111110011111101011110001111110011111100111111 | 3f3f5e3f3f3f |
SJIS-WIN | ??^??? | 001111110011111101011110001111110011111100111111 | 3f3f5e3f3f3f |
EUC-JP | ??^??? | 001111110011111101011110001111110011111100111111 | 3f3f5e3f3f3f |
UTF-8 | 횙짙^횙짙찼 | 11101101100110101001100111101100101001111001100101011110111011011001101010011001111011001010011110011001111011001011000010111100 | ed9a99eca7995eed9a99eca799ecb0bc |
UHC | 횙짙^횙짙찼 | 1100001110010011110000101010001101011110110000111001001111000010101000111100001110100001 | c393c2a35ec393c2a3c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)