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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????田 | 001111110011111100111111001111111001001101100011 | 3f3f3f3f9363 |
EUC-JP | ??鋌?田 | 0011111100111111100011111110010010111011001111111100010111000100 | 3f3f8fe4bb3fc5c4 |
UTF-8 | 룶뇟鋌룫田 | 111010111010001110110110111010111000011110011111111010011000101110001100111010111010001110101011111001111001010010110000 | eba3b6eb879fe98b8ceba3abe794b0 |
UHC | 룶뇟鋌룫田 | 10001111101010111011010010100001111011111111101110001111101000101110111110100011 | 8fabb4a1effb8fa2efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)