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???M | 0011111100111111001111110100001000111111001111110011111101001101 | 3f3f3f423f3f3f4d |
SJIS-WIN | 耨B耨M | 1111011110101001111100001110111111100011110100110100001011110111101010011111000011101111111000111101001101001101 | f7a9f0efe3d342f7a9f0efe3d34d |
EUC-JP | ??耨B??耨M | 00111111001111111110011011010101010000100011111100111111111001101101010101001101 | 3f3fe6d5423f3fe6d54d |
UTF-8 | 耨B耨M | 1110111010010110100011001110111010000010101011101110100010000000101010000100001011101110100101101000110011101110100000101010111011101000100000001010100001001101 | ee968cee82aee880a842ee968cee82aee880a84d |
UHC | ???B???M | 0011111100111111001111110100001000111111001111110011111101001101 | 3f3f3f423f3f3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)