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 | ツ静妥ヲツ真 | 110000101001000011000011100100011100001110100110110000101001000001011110 | c290c391c3a6c2905e |
EUC-JP | ツ静妥ヲツ真 | 100011101100001011000000110001011100001011000101100011101010011010001110110000101011111110111111 | 8ec2c0c5c2c58ea68ec2bfbf |
UTF-8 | ツ静妥ヲツ真 | 111011111011111010000010111010011001110110011001111001011010011010100101111011111011110110100110111011111011111010000010111001111001110010011111 | efbe82e99d99e5a6a5efbda6efbe82e79c9f |
UHC | ??妥??? | 00111111001111111111011011100110001111110011111100111111 | 3f3ff6e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)