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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猩」韆 | 11100000110011011010001111101000111001101111000001011110 | e0cda3e8e6f05e |
EUC-JP | 猩」韆? | 11100000110011111000111010100011111100001110100000111111 | e0cf8ea3f0e83f |
UTF-8 | 猩」韆 | 111001111000110010101001111011111011110110100011111010011001111110000110111011101000000010011110 | e78ca9efbda3e99f86ee809e |
UHC | 猩?韆? | 111000001111101000111111111101001100011100111111 | e0fa3ff4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)