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 | ??Þ | 001111110011111111011110 | 3f3fde |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??Þ | 0011111100111111100011111010100110110000 | 3f3f8fa9b0 |
UTF-8 | 삯훗Þ | 1110110010000010101011111110110110011011100101111100001110011110 | ec82afed9b97c39e |
UHC | 삯훗Þ | 101110111110100111001000110010101010100010101101 | bbe9c8caa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)