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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠏マ脯蕘ミ | 1110010110110101110011111110001111111011111001001111101111010000 | e5b5cfe3fbe4fbd0 |
EUC-JP | 蠏マ脯蕘ミ | 11101010101101111000111011001111111001101111110111101000111111011000111011010000 | eab78ecfe6fde8fd8ed0 |
UTF-8 | 蠏マ脯蕘ミ | 111010001010000010001111111011111011111010001111111010001000010010101111111010001001010110011000111011111011111010010000 | e8a08fefbe8fe884afe89598efbe90 |
UHC | ??脯?? | 001111110011111111111000111000010011111100111111 | 3f3ff8e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)