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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 中牢□ | 100100101000011010011000010100111000000110100000 | 9286985381a0 |
EUC-JP | 中牢□ | 110000111110011011001111101101001010001010100010 | c3e6cfb4a2a2 |
UTF-8 | 中牢□ | 111001001011100010101101111001111000100110100010111000101001011010100001 | e4b8ade789a2e296a1 |
UHC | 中牢□ | 111100011110100111010110111011111010000111100000 | f1e9d6efa1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)