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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????剡 | 00111111001111110011111100111111100011111011001111000111 | 3f3f3f3f8fb3c7 |
UTF-8 | 셔섈셔세剡 | 111011001000010110010100111011001000010010001000111011001000010110010100111011001000010010111000111001011000100110100001 | ec8594ec8488ec8594ec84b8e589a1 |
UHC | 셔섈셔세剡 | 10111100110001011011110010101010101111001100010110111100101111001110000011100110 | bcc5bcaabcc5bcbce0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)