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 | àüÞ | 111000001111110011011110 | e0fcde |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | àüÞ | 100011111010101110100010100011111010101111100100100011111010100110110000 | 8faba28fabe48fa9b0 |
UTF-8 | àüÞ | 110000111010000011000011101111001100001110011110 | c3a0c3bcc39e |
UHC | ??Þ | 00111111001111111010100010101101 | 3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)