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 | 襄碁少 | 111001011111010110001100111010011000111110101101 | e5f58ce98fad |
EUC-JP | 襄碁少 | 111010101111011110111000111010111011111010101111 | eaf7b8ebbeaf |
UTF-8 | 襄碁少 | 111010001010010110000100111001111010001010000001111001011011000010010001 | e8a584e7a281e5b091 |
UHC | 襄碁少 | 111001011101000111010001101100111110000110110100 | e5d1d1b3e1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)