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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 솔솜샵뤵옘세 | 111011001000011010010100111011001000011010011100111011001000001110110101111010111010010010110101111011001001100010011000111011001000010010111000 | ec8694ec869cec83b5eba4b5ec9898ec84b8 |
UHC | 솔솜샵뤵옘세 | 101111001101011010111100110110001011110010100101100011111110001110111111101111001011110010111100 | bcd6bcd8bca58fe3bfbcbcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)