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 | 繹ル? | 1110010111101000101001011110101100111111 | e5e8a5eb3f |
UTF-8 | 繹ル젧 | 111001111011100110111001111000111000001110101011111011001010000010100111 | e7b9b9e383abeca0a7 |
UHC | 繹ル젧 | 111001101011101010101011111010111010000010011111 | e6baabeba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)