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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 閻ょ?BF | 11101000100001011000001011100101001111110100001001000110 | e88582e53f4246 |
EUC-JP | 閻ょ?BF | 11101111111001011010010011100111001111110100001001000110 | efe5a4e73f4246 |
UTF-8 | 閻ょ쭠BF | 1110100110010110101110111110001110000010100001111110110010101101101000000100001001000110 | e996bbe38287ecada04246 |
UHC | 閻ょ쭠BF | 1110011110100010101010101110011110100111100101010100001001000110 | e7a2aae7a7954246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)