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 | 塋c?? | 100110101100100010000010100000110011111100111111 | 9ac882833f3f |
EUC-JP | 塋c?璵 | 1101010011001010101000111110001100111111100011111100110011100110 | d4caa3e33f8fcce6 |
UTF-8 | 塋c끃璵 | 111001011010000110001011111011111011110110000011111010111000000110000011111001111001001010110101 | e5a18befbd83eb8183e792b5 |
UHC | 塋c끃璵 | 1110011110101011101000111110001110000101101110011110011010100101 | e7aba3e385b9e6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)