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 | ???櫛?? | 00111111001111110011111110001011111110010011111100111111 | 3f3f3f8bf93f3f |
EUC-JP | ???櫛?? | 00111111001111110011111110110110111110110011111100111111 | 3f3f3fb6fb3f3f |
UTF-8 | 알렖렼櫛렰섈 | 111011001001010110001100111010111010000010010110111010111010000010111100111001101010101110011011111010111010000010110000111011001000010010001000 | ec958ceba096eba0bce6ab9beba0b0ec8488 |
UHC | 알렖렼櫛렰섈 | 101111101100101110001110101010111000111011000100111100011110111010001110101111011011110010101010 | becb8eab8ec4f1ee8ebdbcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)