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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鏃?佇?堤? | 111010000101011000111111100110001100100000111111100100101110011100111111 | e8563f98c83f92e73f |
EUC-JP | 鏃?佇?堤? | 111011111011011100111111110100001100101000111111110001001110100100111111 | efb73fd0ca3fc4e93f |
UTF-8 | 鏃렮佇렑堤렡 | 111010011000111110000011111010111010000010101110111001001011110110000111111010111010000010010001111001011010000010100100111010111010000010100001 | e98f83eba0aee4bd87eba091e5a0a4eba0a1 |
UHC | 鏃렮佇렑堤렡 | 111100001110110010001110101110111110111010110111100011101010011011110000101001111000111010110010 | f0ec8ebbeeb78ea6f0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)