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 | ???}?TA | 00111111001111110011111101111101001111110101010001000001 | 3f3f3f7d3f5441 |
| SJIS-WIN | ???}?TA | 00111111001111110011111101111101001111110101010001000001 | 3f3f3f7d3f5441 |
| EUC-JP | ???}?TA | 00111111001111110011111101111101001111110101010001000001 | 3f3f3f7d3f5441 |
| UTF-8 | 묱묧묧}묲TA | 111010111010110010110001111010111010110010100111111010111010110010100111011111011110101110101100101100100101010001000001 | ebacb1ebaca7ebaca77debacb25441 |
| UHC | 묱묧묧}묲TA | 1001001001001000100100011111111010010001111111100111110110010010010010010101010001000001 | 924891fe91fe7d92495441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)