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 | 襪旧芥趺 | 1110011001000011100010111000110010001010010010001110011011100101 | e6438b8c8a48e6e5 |
EUC-JP | 襪旧芥趺 | 1110101110100100101101011110110010110011101010011110110011100111 | eba4b5ecb3a9ece7 |
UTF-8 | 襪旧芥趺 | 111010001010010110101010111001101001011110100111111010001000101010100101111010001011011010111010 | e8a5aae697a7e88aa5e8b6ba |
UHC | 襪?芥趺 | 11011000110010100011111111001011110011101101110110111010 | d8ca3fcbceddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)