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 | ???CA | 0011111100111111001111110100001101000001 | 3f3f3f4341 |
SJIS-WIN | ???CA | 0011111100111111001111110100001101000001 | 3f3f3f4341 |
EUC-JP | 饔??CA | 10001111111010001110111100111111001111110100001101000001 | 8fe8ef3f3f4341 |
UTF-8 | 饔ㅿ쉭CA | 1110100110100101100101001110001110000101101111111110110010001001101011010100001101000001 | e9a594e385bfec89ad4341 |
UHC | 饔ㅿ쉭CA | 1110100010111101101001001110111110111101101011010100001101000001 | e8bda4efbdad4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)