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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑤??訝? | 11101010101000100011111100111111111001100110001000111111 | eaa23f3fe6623f |
EUC-JP | 瑤??訝? | 11110100101001000011111100111111111010111100001100111111 | f4a43f3febc33f |
UTF-8 | 瑤꿰뼯訝귻 | 111001111001000110100100111010101011111110110000111010111011110010101111111010001010100010011101111010101011011110111011 | e791a4eabfb0ebbcafe8a89deab7bb |
UHC | 瑤꿰뼯訝귻 | 11101000111111011011001011100111100101101011001011100100101110001000001101000010 | e8fdb2e796b2e4b88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)