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 | 疾汐蓴シ、シ | 100011101011111010001110101011001110010011110001101111001010010010111100 | 8ebe8eace4f1bca4bc |
EUC-JP | 疾汐蓴シ、シ | 101111001100000010111100101011101110100011110011100011101011110010001110101001001000111010111100 | bcc0bcaee8f38ebc8ea48ebc |
UTF-8 | 疾汐蓴シ、シ | 111001111001011010111110111001101011000110010000111010001001001110110100111011111011110110111100111011111011110110100100111011111011110110111100 | e796bee6b190e893b4efbdbcefbda4efbdbc |
UHC | 疾汐蓴??? | 111100101111000011100000101100011110001011110001001111110011111100111111 | f2f0e0b1e2f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)