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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ロ゙鮃鑈e^ | 1101101111011110111010011011011111111011111001110110010101011110 | dbdee9b7fbe7655e |
EUC-JP | ロ゙鮃鑈e^ | 1000111011011011100011101101111011110010101110011000111111100101111010110110010101011110 | 8edb8edef2b98fe5eb655e |
UTF-8 | ロ゙鮃鑈e^ | 1110111110111110100110111110111110111110100111101110100110101110100000111110100110010001100010000110010101011110 | efbe9befbe9ee9ae83e99188655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)