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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜七釤 | 111110110100011110001110101101011111101110111111 | fb478eb5fbbf |
EUC-JP | 湜七釤 | 1000111111000111111111001011110010110111100011111110001110101010 | 8fc7fcbcb78fe3aa |
UTF-8 | 湜七釤 | 111001101011100110011100111001001011100010000011111010011000011110100100 | e6b99ce4b883e987a4 |
UHC | 湜七? | 1110001111010111111101101101001000111111 | e3d7f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)