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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?嵩??へe^ | 001111111001000010010011001111110011111110000010110101100110010101011110 | 3f90933f3f82d6655e |
EUC-JP | ?嵩??へe^ | 001111111011111111110011001111110011111110100100110110000110010101011110 | 3fbff33f3fa4d8655e |
UTF-8 | 룶嵩룶쥚へe^ | 1110101110100011101101101110010110110101101010011110101110100011101101101110110010100101100110101110001110000001101110000110010101011110 | eba3b6e5b5a9eba3b6eca59ae381b8655e |
UHC | 룶嵩룶쥚へe^ | 100011111010101111100011101000011000111110101011101000101000111110101010110110000110010101011110 | 8fabe3a18faba28faad8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)