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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 赱シ闥碑サ顔 | 11100110110111111011110011101000100100101001010011101000101110111000101011100111 | e6dfbce89294e8bb8ae7 |
EUC-JP | 赱シ闥碑サ顔 | 111011001110000110001110101111001110111111110010110010001110101010001110101110111011010011101001 | ece18ebceff2c8ea8ebbb4e9 |
UTF-8 | 赱シ闥碑サ顔 | 111010001011010110110001111011111011110110111100111010011001011110100101111001111010001010010001111011111011110110111011111010011010000110010100 | e8b5b1efbdbce997a5e7a291efbdbbe9a194 |
UHC | ???碑?顔 | 0011111100111111001111111101110111111000001111111110010011010100 | 3f3f3fddf83fe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)