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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂ヨ? | 1110011011111000100000111000100000111111 | e6f883883f |
EUC-JP | 蹂ヨ? | 1110110011111010101001011110100000111111 | ecfaa5e83f |
UTF-8 | 蹂ヨ뙮 | 111010001011100110000010111000111000001110101000111010111001100110101110 | e8b982e383a8eb99ae |
UHC | 蹂ヨ뙮 | 111010111011001110101011111010001000110010110001 | ebb3abe88cb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)