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 | ?櫛????? | 0011111110001011111110010011111100111111001111110011111100111111 | 3f8bf93f3f3f3f3f |
EUC-JP | ?櫛????? | 0011111110110110111110110011111100111111001111110011111100111111 | 3fb6fb3f3f3f3f3f |
UTF-8 | 렱櫛렗렯롏렯롇 | 111010111010000010110001111001101010101110011011111010111010000010010111111010111010000010101111111010111010000110001111111010111010000010101111111010111010000110000111 | eba0b1e6ab9beba097eba0afeba18feba0afeba187 |
UHC | 렱櫛렗렯롏렯롇 | 1000111010111110111100011110111010001110101011001000111010111100100011101101010110001110101111001000111011001101 | 8ebef1ee8eac8ebc8ed58ebc8ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)