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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莠・鮗昴★蝟 | 1110010010111010101001011110100110111010100111011110001110000001100110101110010110010110 | e4baa5e9ba9de3819ae596 |
EUC-JP | 莠・鮗昴★蝟 | 111010001011110010001110101001011111001010111100110110101110010110100001111110101110100111110110 | e8bc8ea5f2bcdae5a1fae9f6 |
UTF-8 | 莠・鮗昴★蝟 | 111010001000111010100000111011111011110110100101111010011010111010010111111001101001100010110100111000101001100010000101111010001001110110011111 | e88ea0efbda5e9ae97e698b4e29885e89d9f |
UHC | ???昴★蝟 | 001111110011111100111111110110011101101110100001110110101110101011011010 | 3f3f3fd9dba1daeada |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)