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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩滄寉蟇 | 1110100110101001100111111110100110011011100001011110010110101111 | e9a99fe99b85e5af |
EUC-JP | 鬩滄寉蟇 | 1111001010101011110111101110101111010101111001011110101010110001 | f2abdeebd5e5eab1 |
UTF-8 | 鬩滄寉蟇 | 111010011010110010101001111001101011101110000100111001011010111110001001111010001001111110000111 | e9aca9e6bb84e5af89e89f87 |
UHC | ?滄?? | 0011111111110011111001110011111100111111 | 3ff3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)