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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞫ッ雖宇 | 11100110100100011010111111100101101010111000100101000110 | e691afe5ab8946 |
EUC-JP | 鞫ッ雖宇 | 1110101111110001100011101010111111101010101011011011000110100111 | ebf18eafeaadb1a7 |
UTF-8 | 鞫ッ雖宇 | 111010011001111010101011111011111011110110101111111010011001101110010110111001011010111010000111 | e99eabefbdafe99b96e5ae87 |
UHC | 鞫?雖宇 | 11001111110101000011111111100010110011001110100111010100 | cfd43fe2cce9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)