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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 憶??憶??B | 100010011010111100111111001111111000100110101111001111110011111101000010 | 89af3f3f89af3f3f42 |
EUC-JP | 憶??憶??B | 101100101011000100111111001111111011001010110001001111110011111101000010 | b2b13f3fb2b13f3f42 |
UTF-8 | 憶귝죭憶귝죭B | 11100110100001101011011011101010101101111001110111101100101000111010110111100110100001101011011011101010101101111001110111101100101000111010110101000010 | e686b6eab79deca3ade686b6eab79deca3ad42 |
UHC | 憶귝죭憶귝죭B | 11100101111000111000001011100110101000011000100011100101111000111000001011100110101000011000100001000010 | e5e382e6a188e5e382e6a18842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)