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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪 | 100011101101011111110000110100001111001110100011 | 8ed7f0d0f3a3 |
EUC-JP | 邪?? | 10111100110110010011111100111111 | bcd93f3f |
UTF-8 | 邪 | 111010011000001010101010111011101000001010001111111011101000101010010110 | e982aaee828fee8a96 |
UHC | 邪?? | 11011110111101110011111100111111 | def73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)