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 | 逋廷ィ | 1110011110011001100100101110110010101000 | e79992eca8 |
EUC-JP | 逋廷ィ | 111011011111100111000100111011101000111010101000 | edf9c4ee8ea8 |
UTF-8 | 逋廷ィ | 111010011000000010001011111001011011101110110111111011111011110110101000 | e9808be5bbb7efbda8 |
UHC | 逋廷? | 1111100011100111111011111101010100111111 | f8e7efd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)