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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蔗詞源B | 11100100111100101000111010001100100011001011100101000010 | e4f28e8c8cb942 |
EUC-JP | 蔗詞源B | 11101000111101001011101111101100101110001011101101000010 | e8f4bbecb8bb42 |
UTF-8 | 蔗詞源B | 11101000100101001001011111101000101010011001111011100110101110101001000001000010 | e89497e8a99ee6ba9042 |
UHC | 蔗詞源B | 11101101101111011101111011110010111010101011100101000010 | edbddef2eab942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)