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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | テシHツ偲淞偲 | 11000011101111000100100011000010100011101100001110011111110000101000111011000011 | c3bc48c28ec39fc28ec3 |
EUC-JP | テシHツ偲淞偲 | 10001110110000111000111010111100010010001000111011000010101111001100010111011110110001001011110011000101 | 8ec38ebc488ec2bcc5dec4bcc5 |
UTF-8 | テシHツ偲淞偲 | 11101111101111101000001111101111101111011011110001001000111011111011111010000010111001011000000110110010111001101011011110011110111001011000000110110010 | efbe83efbdbc48efbe82e581b2e6b79ee581b2 |
UHC | ??H??淞? | 0011111100111111010010000011111100111111111000011110011100111111 | 3f3f483f3fe1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)