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 | 唸痞唸韈 | 1001101001011000111000010111110010011010010110001110100011100111 | 9a58e17c9a58e8e7 |
EUC-JP | 唸痞唸韈 | 1101001110111001111000011101110111010011101110011111000011101001 | d3b9e1ddd3b9f0e9 |
UTF-8 | 唸痞唸韈 | 111001011001010010111000111001111001011110011110111001011001010010111000111010011001111110001000 | e594b8e7979ee594b8e99f88 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)