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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 唸齏咤鈔 | 1001101001011000111010001110101110011010010000101110011111100010 | 9a58e8eb9a42e7e2 |
EUC-JP | 唸齏咤鈔 | 1101001110111001111100001110110111010011101000111110111011100100 | d3b9f0edd3a3eee4 |
UTF-8 | 唸齏咤鈔 | 111001011001010010111000111010011011110110001111111001011001001010100100111010011000100010010100 | e594b8e9bd8fe592a4e98894 |
UHC | ??咤? | 0011111100111111111101101110001100111111 | 3f3ff6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)