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 | 妤疾鍾 | 111110101010010010001110101111101000111111011111 | faa48ebe8fdf |
EUC-JP | 妤疾鍾 | 10001111101110011010111110111100110000001011111011100001 | 8fb9afbcc0bee1 |
UTF-8 | 妤疾鍾 | 111001011010011010100100111001111001011010111110111010011000110110111110 | e5a6a4e796bee98dbe |
UHC | ?疾鍾 | 0011111111110010111100001111000110100011 | 3ff2f0f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)