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 | 韆秘棣 | 111010001110011010010100111010011001111010100110 | e8e694e99ea6 |
EUC-JP | 韆秘棣 | 111100001110100011001000111010111101110010101000 | f0e8c8ebdca8 |
UTF-8 | 韆秘棣 | 111010011001111110000110111001111010011110011000111001101010001110100011 | e99f86e7a798e6a3a3 |
UHC | 韆秘? | 1111010011000111110111011111101000111111 | f4c7ddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)