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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轤寂存繧エ蟠 | 1110011110000010100011101110001010010001101101101110001110000010101101001110010110110100 | e7828ee291b6e382b4e5b4 |
EUC-JP | 轤寂存繧エ蟠 | 111011011110001010111100111001001100001010111000111001011110001010001110101101001110101010110110 | ede2bce4c2b8e5e28eb4eab6 |
UTF-8 | 轤寂存繧エ蟠 | 111010001011110110100100111001011010111110000010111001011010110110011000111001111011100110100111111011111011110110110100111010001001111110100000 | e8bda4e5af82e5ad98e7b9a7efbdb4e89fa0 |
UHC | ?寂存??蟠 | 001111111110111011010110111100001110110100111111001111111101101011110110 | 3feed6f0ed3f3fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)