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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 塋ゅ?岳?B | 100110101100100010000010111000110011111110001010011110000011111101000010 | 9ac882e33f8a783f42 |
EUC-JP | 塋ゅ?岳?B | 110101001100101010100100111001010011111110110011110110010011111101000010 | d4caa4e53fb3d93f42 |
UTF-8 | 塋ゅ렘岳긪B | 11100101101000011000101111100011100000101000010111101011101000001001100011100101101100101011001111101010101110001010101001000010 | e5a18be38285eba098e5b2b3eab8aa42 |
UHC | 塋ゅ렘岳긪B | 1110011110101011101010101110010110110111101111011110010010111111100000110110111001000010 | e7abaae5b7bde4bf836e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)