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 | 雍縄ウ亥 | 11101000101101001001001111101010101100111000100011100101 | e8b493eab388e5 |
EUC-JP | 雍縄ウ亥 | 1111000010110110110001101110110010001110101100111011000011100111 | f0b6c6ec8eb3b0e7 |
UTF-8 | 雍縄ウ亥 | 111010011001101110001101111001111011100010000100111011111011110110110011111001001011101010100101 | e99b8de7b884efbdb3e4baa5 |
UHC | 雍??亥 | 111010001011110000111111001111111111101010100100 | e8bc3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)