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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 拾??^ | 1000111101000101001111110011111101011110 | 8f453f3f5e |
EUC-JP | 拾??^ | 1011110110100110001111110011111101011110 | bda63f3f5e |
UTF-8 | 拾룇뗿^ | 11100110100010111011111011101011101000111000011111101011100101111011111101011110 | e68bbeeba387eb97bf5e |
UHC | 拾룇뗿^ | 11100011101001101000111110000110100010111111111001011110 | e3a68f868bfe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)