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 | 竪蔵多巽測 | 10010010010001111001000110100000100100011011110110010010010001101001000110101010 | 924791a091bd924691aa |
EUC-JP | 竪蔵多巽測 | 11000011101010001100001010100010110000101011111111000011101001111100001010101100 | c3a8c2a2c2bfc3a7c2ac |
UTF-8 | 竪蔵多巽測 | 111001111010101110101010111010001001010010110101111001011010010010011010111001011011011110111101111001101011100010101100 | e7abaae894b5e5a49ae5b7bde6b8ac |
UHC | 竪?多巽測 | 111000101011010100111111110100101111110111100001110111101111011010110100 | e2b53fd2fde1def6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)