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 | 蒿鍋孱趺 | 1110010011100100100100111110011110011011101000011110011011100101 | e4e493e79ba1e6e5 |
EUC-JP | 蒿鍋孱趺 | 1110100011100110110001101110100111010110101000111110110011100111 | e8e6c6e9d6a3ece7 |
UTF-8 | 蒿鍋孱趺 | 111010001001001010111111111010011000110110001011111001011010110110110001111010001011011010111010 | e892bfe98d8be5adb1e8b6ba |
UHC | 蒿鍋孱趺 | 1111101111011010110011101010011111101101110011111101110110111010 | fbdacea7edcfddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)