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 | 霈、寬、示 | 1110100010111100101001001111101010101010101001001000111010100110 | e8bca4faaaa48ea6 |
EUC-JP | 霈、?、示 | 111100001011111010001110101001000011111110001110101001001011110010101000 | f0be8ea43f8ea4bca8 |
UTF-8 | 霈、寬、示 | 111010011001110010001000111011111011110110100100111001011010111110101100111011111011110110100100111001111010010010111010 | e99c88efbda4e5afacefbda4e7a4ba |
UHC | ??寬?示 | 00111111001111111100111010110000001111111110001111000110 | 3f3fceb03fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)