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 | 髯イ蛹∫帥 | 111010011001100110110010111001011000110010000001111001111001000010000011 | e999b2e58c81e79083 |
EUC-JP | 髯イ蛹∫帥 | 11110001111110011000111010110010111010011110110010100010111010011011111111100011 | f1f98eb2e9eca2e9bfe3 |
UTF-8 | 髯イ蛹∫帥 | 111010011010101110101111111011111011110110110010111010001001101110111001111000101000100010101011111001011011100010100101 | e9abafefbdb2e89bb9e288abe5b8a5 |
UHC | ???∫帥 | 00111111001111110011111110100001111100101110000111111101 | 3f3f3fa1f2e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)