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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒樣ァ戊罧髏 | 1110011110111110100111101110100110100111100101011110100011100011101011001110100110010000 | e7be9ee9a795e8e3ace990 |
EUC-JP | 鄒樣ァ戊罧髏 | 111011101100000011011100111010111000111010100111110010101110101011100110101011101111000111110000 | eec0dceb8ea7caeae6aef1f0 |
UTF-8 | 鄒樣ァ戊罧髏 | 111010011000010010010010111001101010100010100011111011111011110110100111111001101000100010001010111001111011110110100111111010011010101110001111 | e98492e6a8a3efbda7e6888ae7bda7e9ab8f |
UHC | 鄒樣?戊?? | 111101011101101111100101110001100011111111011001111001100011111100111111 | f5dbe5c63fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)