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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 灌牘扣渙稟h | 1001111111110011111000001010111110011101010010101001111111010000111000100110011101101000 | 9ff3e0af9d4a9fd0e26768 |
EUC-JP | 灌牘扣渙稟h | 1101111011110101111000001011000111011001101010111101111011010010111000111100100001101000 | def5e0b1d9abded2e3c868 |
UTF-8 | 灌牘扣渙稟h | 11100111100000011000110011100111100010011001100011100110100010011010001111100110101110001001100111100111101010001001111101101000 | e7818ce78998e689a3e6b899e7a89f68 |
UHC | 灌牘?渙稟h | 11001110101101001101010010111010001111111111110010111001111110011010001001101000 | ceb4d4ba3ffcb9f9a268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)