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 | テ・テオツ熊 | 11000011101001011100001110110101110000101000110001000110 | c3a5c3b5c28c46 |
EUC-JP | テ・テオツ熊 | 100011101100001110001110101001011000111011000011100011101011010110001110110000101011011110100111 | 8ec38ea58ec38eb58ec2b7a7 |
UTF-8 | テ・テオツ熊 | 111011111011111010000011111011111011110110100101111011111011111010000011111011111011110110110101111011111011111010000010111001111000011010001010 | efbe83efbda5efbe83efbdb5efbe82e7868a |
UHC | ?????熊 | 00111111001111110011111100111111001111111110101010101000 | 3f3f3f3f3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)