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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 慂??TB | 100111001100100000111111001111110101010001000010 | 9cc83f3f5442 |
EUC-JP | 慂??TB | 110110001100101000111111001111110101010001000010 | d8ca3f3f5442 |
UTF-8 | 慂딂퀨TB | 1110011010000101100000101110101110010100100000101110110110000000101010000101010001000010 | e68582eb9482ed80a85442 |
UHC | 慂딂퀨TB | 1110100110111101100010101110100010110011100111000101010001000010 | e9bd8ae8b39c5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)