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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 솔솜샵뤵옘세좁 | 111011001000011010010100111011001000011010011100111011001000001110110101111010111010010010110101111011001001100010011000111011001000010010111000111011001010001010000001 | ec8694ec869cec83b5eba4b5ec9898ec84b8eca281 |
UHC | 솔솜샵뤵옘세좁 | 1011110011010110101111001101100010111100101001011000111111100011101111111011110010111100101111001100000110111100 | bcd6bcd8bca58fe3bfbcbcbcc1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)