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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 卒?楫?B | 10010001101100100011111110011110101101010011111101000010 | 91b23f9eb53f42 |
EUC-JP | 卒?楫?B | 11000010101101000011111111011100101101110011111101000010 | c2b43fdcb73f42 |
UTF-8 | 卒렪楫렪B | 11100101100011011001001011101011101000001010101011100110101001011010101111101011101000001010101001000010 | e58d92eba0aae6a5abeba0aa42 |
UHC | 卒렪楫렪B | 111100001110111110001110101110001111000111101111100011101011100001000010 | f0ef8eb8f1ef8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)