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 | 蝪牛ソ | 1110010110100001100010111000110110111111 | e5a18b8dbf |
EUC-JP | 蝪牛ソ | 111010101010001110110101111011011000111010111111 | eaa3b5ed8ebf |
UTF-8 | 蝪牛ソ | 111010001001110110101010111001111000100110011011111011111011110110111111 | e89daae7899befbdbf |
UHC | ?牛? | 00111111111010011101101000111111 | 3fe9da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)