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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??鰲 | 00111111001111111110100111100000 | 3f3fe9e0 |
EUC-JP | ??鰲 | 00111111001111111111001011100010 | 3f3ff2e2 |
UTF-8 | 렱롁鰲 | 111010111010000010110001111010111010000110000001111010011011000010110010 | eba0b1eba181e9b0b2 |
UHC | 렱롁鰲 | 100011101011111010001110110010001110100010100111 | 8ebe8ec8e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)