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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 中蛟??k | 10010010100001101110010110000000001111110011111101101011 | 9286e5803f3f6b |
EUC-JP | 中蛟??k | 11000011111001101110100111100000001111110011111101101011 | c3e6e9e03f3f6b |
UTF-8 | 中蛟렰렱k | 11100100101110001010110111101000100110111001111111101011101000001011000011101011101000001011000101101011 | e4b8ade89b9feba0b0eba0b16b |
UHC | 中蛟렰렱k | 111100011110100111001110111100011000111010111101100011101011111001101011 | f1e9cef18ebd8ebe6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)