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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄壌揆 | 111001011111010110001111111010111001110110000100 | e5f58feb9d84 |
EUC-JP | 襄壌揆 | 111010101111011110111110111011011101100111100100 | eaf7beedd9e4 |
UTF-8 | 襄壌揆 | 111010001010010110000100111001011010001110001100111001101000111110000110 | e8a584e5a38ce68f86 |
UHC | 襄?揆 | 1110010111010001001111111101000010100110 | e5d13fd0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)