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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
EUC-JP | ??饍] | 001111110011111110001111111010001110110101011101 | 3f3f8fe8ed5d |
UTF-8 | 롇렟饍] | 11101011101000011000011111101011101000001001111111101001101001011000110101011101 | eba187eba09fe9a58d5d |
UHC | 롇렟饍] | 10001110110011011000111010110000111000001101011101011101 | 8ecd8eb0e0d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)