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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???腎棘 | 00111111001111110011111110010000011101001001111010011001 | 3f3f3f90749e99 |
EUC-JP | ???腎棘 | 00111111001111110011111110111111110101011101101111111001 | 3f3f3fbfd5dbf9 |
UTF-8 | 쑹롇뤎腎棘 | 111011001001000110111001111010111010000110000111111010111010010010001110111010001000010110001110111001101010001110011000 | ec91b9eba187eba48ee8858ee6a398 |
UHC | 쑹롇뤎腎棘 | 10111110101010111000111011001101100011111011111011100011111011001101000010111110 | beab8ecd8fbee3ecd0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)