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 | 祭攀???? | 1000110111010101100111011011001100111111001111110011111100111111 | 8dd59db33f3f3f3f |
EUC-JP | 祭攀???? | 1011101011010111110110101011010100111111001111110011111100111111 | bad7dab53f3f3f3f |
UTF-8 | 祭攀렖꿴렡렎 | 111001111010010110101101111001101001010010000000111010111010000010010110111010101011111110110100111010111010000010100001111010111010000010001110 | e7a5ade69480eba096eabfb4eba0a1eba08e |
UHC | 祭攀렖꿴렡렎 | 111100001010111011011010111001111000111010101011101100101110100110001110101100101000111010100100 | f0aedae78eabb2e98eb28ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)