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 | 楮渴 | 111001101010010110101110111001101011100010110100 | e6a5aee6b8b4 |
SJIS-WIN | ?¥???´ | 0011111110000001100011110011111100111111001111111000000101001100 | 3f818f3f3f3f814c |
EUC-JP | �渴 | 100011111010100111000001001111111000111110100010111011101000111110101001110000011000111110100010101100011010000110101101 | 8fa9c13f8fa2ee8fa9c18fa2b1a1ad |
UTF-8 | 楮渴 | 110000111010011011000010101001011100001010101110110000111010011011000010101110001100001010110100 | c3a6c2a5c2aec3a6c2b8c2b4 |
UHC | �渴 | 1010100110100001001111111010001011100111101010011010000110100010101011001010001010100101 | a9a13fa2e7a9a1a2aca2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)