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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ???洧??B | 001111110011111100111111100011111100011110110100001111110011111101000010 | 3f3f3f8fc7b43f3f42 |
UTF-8 | 閱뤿텊洧용뤀B | 11101001100101101011000111101011101001001011111111101101100001011000101011100110101101001010011111101100100110101010100111101011101001001000000001000010 | e996b1eba4bfed858ae6b4a7ec9aa9eba48042 |
UHC | 閱뤿텊洧용뤀B | 11100110111100111000111111101011101101101000011111101010111110111011111111101011100011111011000101000010 | e6f38febb687eafbbfeb8fb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)