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 | 10010010010000111001000110101011011010000101010001000010 | 924391ab685442 |
EUC-JP | 辰足hTB | 11000011101001001100001010101101011010000101010001000010 | c3a4c2ad685442 |
UTF-8 | 辰足hTB | 111010001011111010110000111010001011011010110011011010000101010001000010 | e8beb0e8b6b3685442 |
UHC | 辰足hTB | 11110010111000111111000011101011011010000101010001000010 | f2e3f0eb685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)