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 | 處??靑 | 100110010111110000111111001111111111101111110010 | 997c3f3ffbf2 |
EUC-JP | 處??? | 1101000111011101001111110011111100111111 | d1dd3f3f3f |
UTF-8 | 處렧뤑靑 | 111010001001100110010101111010111010000010100111111010111010010010010001111010011001110110010001 | e89995eba0a7eba491e99d91 |
UHC | 處렧뤑靑 | 1111010010100101100011101011011010001111110000011111010011101100 | f4a58eb68fc1f4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)