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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邁配邁配B | 111001111011000010010100011110101110011110110000100101000111101001000010 | e7b0947ae7b0947a42 |
EUC-JP | 邁配邁配B | 111011101011001011000111110110111110111010110010110001111101101101000010 | eeb2c7dbeeb2c7db42 |
UTF-8 | 邁配邁配B | 11101001100000101000000111101001100001011000110111101001100000101000000111101001100001011000110101000010 | e98281e9858de98281e9858d42 |
UHC | 邁配邁配B | 110110001110010011011011110101011101100011100100110110111101010101000010 | d8e4dbd5d8e4dbd542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)