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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鉥?? | 1000111111100011111010000011111100111111 | 8fe3e83f3f |
UTF-8 | 鉥뚩뗿 | 111010011000100110100101111010111001101010101001111010111001011110111111 | e989a5eb9aa9eb97bf |
UHC | 鉥뚩뗿 | 111000101111110010001100111010001000101111111110 | e2fc8ce88bfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)