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 | ?????r | 001111110011111100111111001111110011111101110010 | 3f3f3f3f3f72 |
SJIS-WIN | ツヲツ按シr | 11000010101001101100001010001000110000101011110001110010 | c2a6c288c2bc72 |
EUC-JP | ツヲツ按シr | 1000111011000010100011101010011010001110110000101011000011000100100011101011110001110010 | 8ec28ea68ec2b0c48ebc72 |
UTF-8 | ツヲツ按シr | 11101111101111101000001011101111101111011010011011101111101111101000001011100110100011001000100111101111101111011011110001110010 | efbe82efbda6efbe82e68c89efbdbc72 |
UHC | ???按?r | 00111111001111110011111111100100110011100011111101110010 | 3f3f3fe4ce3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)