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 | 胝マ」踰 | 111000111111000111001111101000111110011011111010 | e3f1cfa3e6fa |
EUC-JP | 胝マ」踰 | 1110011011110011100011101100111110001110101000111110110011111100 | e6f38ecf8ea3ecfc |
UTF-8 | 胝マ」踰 | 111010001000001110011101111011111011111010001111111011111011110110100011111010001011100010110000 | e8839defbe8fefbda3e8b8b0 |
UHC | ???踰 | 0011111100111111001111111110101110110010 | 3f3f3febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)