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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ? | 001111111111010101000011 | 3ff543 |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | 곶 | 111010101011001110110110111011101000111010101111 | eab3b6ee8eaf |
UHC | 곶? | 101100001111100100111111 | b0f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)