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 | 蘂??疫 | 111001010100000100111111001111111000100101110101 | e5413f3f8975 |
EUC-JP | 蘂??疫 | 111010011010001000111111001111111011000111010110 | e9a23f3fb1d6 |
UTF-8 | 蘂낁썔疫 | 111010001001100010000010111010111000001010000001111011001000110110010100111001111001011010101011 | e89882eb8281ec8d94e796ab |
UHC | 蘂낁썔疫 | 1110011111011110100001011110100010011011100001111110011010111001 | e7de85e89b87e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)