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 | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | ?驅?謙?P | 0011111111101001011110110011111110001100101010100011111101010000 | 3fe97b3f8caa3f50 |
EUC-JP | ?驅?謙?P | 0011111111110001110111000011111110111000101011000011111101010000 | 3ff1dc3fb8ac3f50 |
UTF-8 | 렺驅렺謙렍P | 11101011101000001011101011101001101010011000010111101011101000001011101011101000101011001001100111101011101000001000110101010000 | eba0bae9a985eba0bae8ac99eba08d50 |
UHC | 렺驅렺謙렍P | 1000111011000010110011111100110010001110110000101100110011000101100011101010001101010000 | 8ec2cfcc8ec2ccc58ea350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)