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 | 糢駈蹴莖 | 1110001011110101100010111110110110001111010100101110010010110001 | e2f58bed8f52e4b1 |
EUC-JP | 糢駈蹴莖 | 1110010011110111101101101110111110111101101100111110100010110011 | e4f7b6efbdb3e8b3 |
UTF-8 | 糢駈蹴莖 | 111001111011001110100010111010011010011110001000111010001011100110110100111010001000111010010110 | e7b3a2e9a788e8b9b4e88e96 |
UHC | ??蹴莖 | 001111110011111111110101111011011100110011101100 | 3f3ff5edccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)