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 | 繹ル? | 1110001110001000100000111000101100111111 | e388838b3f |
EUC-JP | 繹ルĿ | 11100101111010001010010111101011100011111010100110101001 | e5e8a5eb8fa9a9 |
UTF-8 | 繹ルĿ | 1110011110111001101110011110001110000011101010111100010010111111 | e7b9b9e383abc4bf |
UHC | 繹ルĿ | 111001101011101010101011111010111010100010101000 | e6baabeba8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)