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 | 姚??訝? | 10011011010011000011111100111111111001100110001000111111 | 9b4c3f3fe6623f |
EUC-JP | 姚??訝? | 11010101101011010011111100111111111010111100001100111111 | d5ad3f3febc33f |
UTF-8 | 姚긷컙訝귻 | 111001011010011110011010111010101011100010110111111011001011101110011001111010001010100010011101111010101011011110111011 | e5a79aeab8b7ecbb99e8a89deab7bb |
UHC | 姚긷컙訝귻 | 11101000111011101011000111100101101100001000010011100100101110001000001101000010 | e8eeb1e5b084e4b88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)