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 | 霈雅搆迯ィ | 111010001011110010001001111010111001110110001100111001111000110110101000 | e8bc89eb9d8ce78da8 |
EUC-JP | 霈雅搆迯ィ | 11110000101111101011001011101101110110011110110011101101111011011000111010101000 | f0beb2edd9eceded8ea8 |
UTF-8 | 霈雅搆迯ィ | 111010011001110010001000111010011001101110000101111001101001000010000110111010001011111110101111111011111011110110101000 | e99c88e99b85e69086e8bfafefbda8 |
UHC | ?雅??? | 001111111110010010111010001111110011111100111111 | 3fe4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)