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 | 邉假ィ灘 | 11100111101100111001100011101111101010001001001111100101 | e7b398efa893e5 |
EUC-JP | 邉假ィ灘 | 1110111010110101110100001111000110001110101010001100011011100111 | eeb5d0f18ea8c6e7 |
UTF-8 | 邉假ィ灘 | 111010011000001010001001111001011000000110000111111011111011110110101000111001111000000110011000 | e98289e58187efbda8e78198 |
UHC | ?假?灘 | 001111111100101010100011001111111111011110101000 | 3fcaa33ff7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)