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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 號?淏?闇 | 1110010101101010001111111111101101000010001111111000100011000101 | e56a3ffb423f88c5 |
EUC-JP | 號?淏?闇 | 111010011100101100111111100011111100011111011001001111111011000011000111 | e9cb3f8fc7d93fb0c7 |
UTF-8 | 號렧淏렜闇 | 111010001001100110011111111010111010000010100111111001101011011110001111111010111010000010011100111010011001011110000111 | e8999feba0a7e6b78feba09ce99787 |
UHC | 號렧淏렜闇 | 11111011110111001000111010110110111110111100100010001110101011101110010011100001 | fbdc8eb6fbc88eaee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)