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 | 阯ケ蠑ッ貊イ | 111010001001011110111001111001011011110010101111111001101011101110110010 | e897b9e5bcafe6bbb2 |
EUC-JP | 阯ケ蠑ッ貊イ | 111011111111011110001110101110011110101010111110100011101010111111101100101111011000111010110010 | eff78eb9eabe8eafecbd8eb2 |
UTF-8 | 阯ケ蠑ッ貊イ | 111010011001100010101111111011111011110110111001111010001010000010010001111011111011110110101111111010001011001010001010111011111011110110110010 | e998afefbdb9e8a091efbdafe8b28aefbdb2 |
UHC | ????貊? | 00111111001111110011111100111111110110001110011100111111 | 3f3f3f3fd8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)