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 | ?祀d | 0011111111100010010010101000001010000100 | 3fe24a8284 |
EUC-JP | 邕祀d | 10001111111000011110110111100011101010111010001111100100 | 8fe1ede3aba3e4 |
UTF-8 | 邕祀d | 111010011000001010010101111001111010010110000000111011111011110110000100 | e98295e7a580efbd84 |
UHC | 邕祀d | 111010001011101111011110111001011010001111100100 | e8bbdee5a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)