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 | 遽ウ﨟「遽 | 1110011110101111101100111111101110011101101000101110011110101111 | e7afb3fb9da2e7af |
EUC-JP | 遽ウ?「遽 | 111011101011000110001110101100110011111110001110101000101110111010110001 | eeb18eb33f8ea2eeb1 |
UTF-8 | 遽ウ﨟「遽 | 111010011000000110111101111011111011110110110011111011111010100010011111111011111011110110100010111010011000000110111101 | e981bdefbdb3efa89fefbda2e981bd |
UHC | 遽???遽 | 11001011111010000011111100111111001111111100101111101000 | cbe83f3f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)