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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臈骼霧慥 | 1110010001100100111010011000111010010110101101101001110011010010 | e464e98e96b69cd2 |
EUC-JP | 臈骼霧慥 | 1110011111000101111100011110111011001100101110001101100011010100 | e7c5f1eeccb8d8d4 |
UTF-8 | 臈骼霧慥 | 111010001000011110001000111010011010101010111100111010011001110010100111111001101000010110100101 | e88788e9aabce99ca7e685a5 |
UHC | ??霧? | 0011111100111111110110011111011000111111 | 3f3fd9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)