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 | 蠑肥└ | 111001011011110010010100111011001000010010100100 | e5bc94ec84a4 |
EUC-JP | 蠑肥└ | 111010101011111011001000111011101010100010100110 | eabec8eea8a6 |
UTF-8 | 蠑肥└ | 111010001010000010010001111010001000001010100101111000101001010010010100 | e8a091e882a5e29494 |
UHC | ?肥└ | 0011111111011101111111101010011010100110 | 3fddfea6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)