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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ映ツ映B | 11000010100010010110011011000010100010010110011001000010 | c28966c2896642 |
EUC-JP | ツ映ツ映B | 100011101100001010110001110001111000111011000010101100011100011101000010 | 8ec2b1c78ec2b1c742 |
UTF-8 | ツ映ツ映B | 11101111101111101000001011100110100110001010000011101111101111101000001011100110100110001010000001000010 | efbe82e698a0efbe82e698a042 |
UHC | ?映?映B | 00111111111001111011000100111111111001111011000101000010 | 3fe7b13fe7b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)