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 | ????uB | 001111110011111100111111001111110111010101000010 | 3f3f3f3f7542 |
SJIS-WIN | ツ涌テ。uB | 11000010100101110100111111000011101000010111010101000010 | c2974fc3a17542 |
EUC-JP | ツ涌テ。uB | 10001110110000101100110110110000100011101100001110001110101000010111010101000010 | 8ec2cdb08ec38ea17542 |
UTF-8 | ツ涌テ。uB | 1110111110111110100000101110011010110110100011001110111110111110100000111110111110111101101000010111010101000010 | efbe82e6b68cefbe83efbda17542 |
UHC | ?涌??uB | 00111111111010011011111100111111001111110111010101000010 | 3fe9bf3f3f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)