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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繧」迚倡賦 | 111000111000001010100011111001111000100110011000111001111001010110001010 | e382a3e78998e7958a |
EUC-JP | 繧」迚倡賦 | 11100101111000101000111010100011111011011110100111010000111010011100100111101010 | e5e28ea3ede9d0e9c9ea |
UTF-8 | 繧」迚倡賦 | 111001111011100110100111111011111011110110100011111010001011111110011010111001011000000010100001111010001011001110100110 | e7b9a7efbda3e8bf9ae580a1e8b3a6 |
UHC | ???倡賦 | 00111111001111110011111111110011110110111101110110110111 | 3f3f3ff3dbddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)