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 | ?串??嵩 | 00111111100010111111100000111111001111111001000010010011 | 3f8bf83f3f9093 |
EUC-JP | ?串??嵩 | 00111111101101101111101000111111001111111011111111110011 | 3fb6fa3f3fbff3 |
UTF-8 | 룴串페룶嵩 | 111010111010001110110100111001001011100010110010111011011000111010011000111010111010001110110110111001011011010110101001 | eba3b4e4b8b2ed8e98eba3b6e5b5a9 |
UHC | 룴串페룶嵩 | 10001111101010011100110111111010110001101110010010001111101010111110001110100001 | 8fa9cdfac6e48fabe3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)