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 | テ・ツ篠禿堕 | 110000111010010111000010100011101100001010010011110000111001000111000010 | c3a5c28ec293c391c2 |
EUC-JP | テ・ツ篠禿堕 | 100011101100001110001110101001011000111011000010101111001100010011000110110001011100001011000100 | 8ec38ea58ec2bcc4c6c5c2c4 |
UTF-8 | テ・ツ篠禿堕 | 111011111011111010000011111011111011110110100101111011111011111010000010111001111010111110100000111001111010011010111111111001011010000010010101 | efbe83efbda5efbe82e7afa0e7a6bfe5a095 |
UHC | ???篠禿? | 0011111100111111001111111110000111000110110101001011111000111111 | 3f3f3fe1c6d4be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)