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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逋梧尸 | 111001111001100110001100111001101001101110011001 | e7998ce69b99 |
EUC-JP | 逋梧尸 | 111011011111100110111000111010001101010111111001 | edf9b8e8d5f9 |
UTF-8 | 逋梧尸 | 111010011000000010001011111001101010001010100111111001011011000010111000 | e9808be6a2a7e5b0b8 |
UHC | 逋梧尸 | 111110001110011111100111111111001110001110111001 | f8e7e7fce3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)