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 | 霆メ寬」鴫 | 1110100010111011110100101111101010101010101000111000111010110000 | e8bbd2faaaa38eb0 |
EUC-JP | 霆メ?」鴫 | 111100001011110110001110110100100011111110001110101000111011110010110010 | f0bd8ed23f8ea3bcb2 |
UTF-8 | 霆メ寬」鴫 | 111010011001110010000110111011111011111010010010111001011010111110101100111011111011110110100011111010011011010010101011 | e99c86efbe92e5afacefbda3e9b4ab |
UHC | 霆?寬?? | 11101111111111010011111111001110101100000011111100111111 | effd3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)