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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楡?衆?? | 10011110101111100011111110001111010011110011111100111111 | 9ebe3f8f4f3f3f |
EUC-JP | 楡?衆?? | 11011100110000000011111110111101101100000011111100111111 | dcc03fbdb03f3f |
UTF-8 | 楡렮衆펠뤃 | 111001101010010110100001111010111010000010101110111010001010000110000110111011011000111010100000111010111010010010000011 | e6a5a1eba0aee8a186ed8ea0eba483 |
UHC | 楡렮衆펠뤃 | 11101010111110001000111010111011111100011110101111000110111001111000111110110100 | eaf88ebbf1ebc6e78fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)