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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 側足側捉\ | 100100011010010010010001101010111001000110100100100100011010100001011100 | 91a491ab91a491a85c |
EUC-JP | 側足側捉\ | 110000101010011011000010101011011100001010100110110000101010101001011100 | c2a6c2adc2a6c2aa5c |
UTF-8 | 側足側捉\ | 11100101100000011011010011101000101101101011001111100101100000011011010011100110100011011000100101011100 | e581b4e8b6b3e581b4e68d895c |
UHC | 側足側捉\ | 111101101011000011110000111010111111011010110000111100111011010101011100 | f6b0f0ebf6b0f3b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)