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 | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-WIN | 謳禰hTB | 11100110100100001001010001001000011010000101010001000010 | e6909448685442 |
EUC-JP | 謳禰hTB | 11101011111100001100011110101001011010000101010001000010 | ebf0c7a9685442 |
UTF-8 | 謳禰hTB | 111010001010110010110011111001111010011010110000011010000101010001000010 | e8acb3e7a6b0685442 |
UHC | 謳?hTB | 110011111100010000111111011010000101010001000010 | cfc43f685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)