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 | 鞣呻スゥ霑 | 1110100011100010100110011110111110111101101010011110100010111111 | e8e299efbda9e8bf |
EUC-JP | 鞣呻スゥ霑 | 11110000111001001101001011110001100011101011110110001110101010011111000011000001 | f0e4d2f18ebd8ea9f0c1 |
UTF-8 | 鞣呻スゥ霑 | 111010011001111010100011111001011001000110111011111011111011110110111101111011111011110110101001111010011001110010010001 | e99ea3e591bbefbdbdefbda9e99c91 |
UHC | ?呻??霑 | 00111111111000111110001000111111001111111110111111000101 | 3fe3e23f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)