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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??隋? | 0011111100111111111001000100000000111111 | 3f3fe4403f |
EUC-JP | ??隋? | 0011111100111111111001111010000100111111 | 3f3fe7a13f |
UTF-8 | 롙렶隋롏 | 111010111010000110011001111010111010000010110110111010011001101010001011111010111010000110001111 | eba199eba0b6e99a8beba18f |
UHC | 롙렶隋롏 | 1000111011011101100011101100000111100010110010011000111011010101 | 8edd8ec1e2c98ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)