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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 続其h続其 | 100100011011000110010001101101000110100010010001101100011001000110110100 | 91b191b46891b191b4 |
EUC-JP | 続其h続其 | 110000101011001111000010101101100110100011000010101100111100001010110110 | c2b3c2b668c2b3c2b6 |
UTF-8 | 続其h続其 | 11100111101101101001101011100101100001011011011001101000111001111011011010011010111001011000010110110110 | e7b69ae585b668e7b69ae585b6 |
UHC | ?其h?其 | 00111111110100001110110001101000001111111101000011101100 | 3fd0ec683fd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)