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?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | 質?H操? | 10001110101111110011111101001000100100011000000000111111 | 8ebf3f4891803f |
EUC-JP | 質?H操? | 10111100110000010011111101001000110000011110000000111111 | bcc13f48c1e03f |
UTF-8 | 質섞H操셈 | 11101000101100111010101011101100100001001001111001001000111001101001001110001101111011001000010110001000 | e8b3aaec849e48e6938dec8588 |
UHC | 質섞H操셈 | 111100101111010110111100101011110100100011110000110000111011110011000000 | f2f5bcaf48f0c3bcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)