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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 蠏鮃マカォ「 | 11100101101101011110100110110111110011111011011011110010111101101010101110100010 | e5b5e9b7cfb6f2f6aba2 |
EUC-JP | 蠏鮃マカ?ォ「 | 11101010101101111111001010111001100011101100111110001110101101100011111110001110101010111000111010100010 | eab7f2b98ecf8eb63f8eab8ea2 |
UTF-8 | 蠏鮃マカォ「 | 111010001010000010001111111010011010111010000011111011111011111010001111111011111011110110110110111011101000100010101101111011111011110110101011111011111011110110100010 | e8a08fe9ae83efbe8fefbdb6ee88adefbdabefbda2 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)