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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?西?P | 0011111110010000101111000011111101010000 | 3f90bc3f50 |
EUC-JP | ?西?P | 0011111111000000101111100011111101010000 | 3fc0be3f50 |
UTF-8 | 렊西롆P | 11101011101000001000101011101000101001011011111111101011101000011000011001010000 | eba08ae8a5bfeba18650 |
UHC | 렊西롆P | 10001110101000011110000010100100100011101100110001010000 | 8ea1e0a48ecc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)