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 | 典?蚣 | 1001001101010100001111111110010101101110 | 93543fe56e |
EUC-JP | 典?蚣 | 1100010110110101001111111110100111001111 | c5b53fe9cf |
UTF-8 | 典펨蚣 | 111001011000010110111000111011011000111010101000111010001001101010100011 | e585b8ed8ea8e89aa3 |
UHC | 典펨蚣 | 111011101111000011000110111010001100110111110111 | eef0c6e8cdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)