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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?舊??? | 001111111110010001110000001111110011111100111111 | 3fe4703f3f3f |
EUC-JP | ?舊??? | 001111111110011111010001001111110011111100111111 | 3fe7d13f3f3f |
UTF-8 | 렺舊렺쩨렑 | 111010111010000010111010111010001000100010001010111010111010000010111010111011001010100110101000111010111010000010010001 | eba0bae8888aeba0baeca9a8eba091 |
UHC | 렺舊렺쩨렑 | 10001110110000101100111111000001100011101100001011000010110001011000111010100110 | 8ec2cfc18ec2c2c58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)