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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 趙?壕? | 111001101110001000111111100011011000100000111111 | e6e23f8d883f |
EUC-JP | 趙?壕? | 111011001110010000111111101110011110100000111111 | ece43fb9e83f |
UTF-8 | 趙렰壕렔 | 111010001011011010011001111010111010000010110000111001011010001110010101111010111010000010010100 | e8b699eba0b0e5a395eba094 |
UHC | 趙렰壕렔 | 1111000011100001100011101011110111111011101111011000111010101001 | f0e18ebdfbbd8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)