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 | ?姚邀? | 001111111001101101001100111001111011000100111111 | 3f9b4ce7b13f |
EUC-JP | ?姚邀? | 001111111101010110101101111011101011001100111111 | 3fd5adeeb33f |
UTF-8 | 장姚邀장 | 111011001001111010100101111001011010011110011010111010011000001010000000111011001001111010100101 | ec9ea5e5a79ae98280ec9ea5 |
UHC | 장姚邀장 | 1100000011100101111010001110111011101001101011011100000011100101 | c0e5e8eee9adc0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)