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 | 祭攀?紗 | 10001101110101011001110110110011001111111000111011010001 | 8dd59db33f8ed1 |
EUC-JP | 祭攀?紗 | 10111010110101111101101010110101001111111011110011010011 | bad7dab53fbcd3 |
UTF-8 | 祭攀렜紗 | 111001111010010110101101111001101001010010000000111010111010000010011100111001111011010010010111 | e7a5ade69480eba09ce7b497 |
UHC | 祭攀렜紗 | 1111000010101110110110101110011110001110101011101101111011101001 | f0aedae78eaedee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)