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 | ??以???? | 0011111100111111100010001100100000111111001111110011111100111111 | 3f3f88c83f3f3f3f |
EUC-JP | ??以???? | 0011111100111111101100001100101000111111001111110011111100111111 | 3f3fb0ca3f3f3f3f |
UTF-8 | 렡렊以렳렠렡렊 | 111010111010000010100001111010111010000010001010111001001011101110100101111010111010000010110011111010111010000010100000111010111010000010100001111010111010000010001010 | eba0a1eba08ae4bba5eba0b3eba0a0eba0a1eba08a |
UHC | 렡렊以렳렠렡렊 | 1000111010110010100011101010000111101100101001001000111011000000100011101011000110001110101100101000111010100001 | 8eb28ea1eca48ec08eb18eb28ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)