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 | ?T?M?B?Y | 0011111101010100001111110100110100111111010000100011111101011001 | 3f543f4d3f423f59 |
| SJIS-WIN | ?T?M?B?Y | 0011111101010100001111110100110100111111010000100011111101011001 | 3f543f4d3f423f59 |
| EUC-JP | ?T?M?B?Y | 0011111101010100001111110100110100111111010000100011111101011001 | 3f543f4d3f423f59 |
| UTF-8 | 혪T혪M혪B혪Y | 11101101100110001010101001010100111011011001100010101010010011011110110110011000101010100100001011101101100110001010101001011001 | ed98aa54ed98aa4ded98aa42ed98aa59 |
| UHC | 혪T혪M혪B혪Y | 110000101001001001010100110000101001001001001101110000101001001001000010110000101001001001011001 | c29254c2924dc29242c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)