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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逋梧尠蜆 | 1110011110011001100011001110011010011011100101101110010110000100 | e7998ce69b96e584 |
EUC-JP | 逋梧尠蜆 | 1110110111111001101110001110100011010101111101101110100111100100 | edf9b8e8d5f6e9e4 |
UTF-8 | 逋梧尠蜆 | 111010011000000010001011111001101010001010100111111001011011000010100000111010001001110010000110 | e9808be6a2a7e5b0a0e89c86 |
UHC | 逋梧?? | 111110001110011111100111111111000011111100111111 | f8e7e7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)