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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 藎? | 10001111110110011111001100111111 | 8fd9f33f |
UTF-8 | 藎뒉 | 111010001001011110001110111010111001001010001001 | e8978eeb9289 |
UHC | 藎뒉 | 11100011111100001000101010000110 | e3f08a86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)