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 | 顴擘霑顴 | 1110100101000001100111011010010011101000101111111110100101000001 | e9419da4e8bfe941 |
EUC-JP | 顴擘霑顴 | 1111000110100010110110101010011011110000110000011111000110100010 | f1a2daa6f0c1f1a2 |
UTF-8 | 顴擘霑顴 | 111010011010000110110100111001101001001110011000111010011001110010010001111010011010000110110100 | e9a1b4e69398e99c91e9a1b4 |
UHC | ?擘霑? | 001111111101101111111011111011111100010100111111 | 3fdbfbefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)