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 | 111010000101011000111111100110111001001000111111001111110011111101000010 | e8563f9b923f3f3f42 |
EUC-JP | 鏃?將???B | 111011111011011100111111110101011111001000111111001111110011111101000010 | efb73fd5f23f3f3f42 |
UTF-8 | 鏃렮將쇰렟렮B | 11101001100011111000001111101011101000001010111011100101101100001000011111101100100001111011000011101011101000001001111111101011101000001010111001000010 | e98f83eba0aee5b087ec87b0eba09feba0ae42 |
UHC | 鏃렮將쇰렟렮B | 11110000111011001000111010111011111011011110001010111100111010111000111010110000100011101011101101000010 | f0ec8ebbede2bceb8eb08ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)