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 | 蒸????? | 10001111111101100011111100111111001111110011111100111111 | 8ff63f3f3f3f3f |
EUC-JP | 蒸????? | 10111110111110000011111100111111001111110011111100111111 | bef83f3f3f3f3f |
UTF-8 | 蒸렠履며렜렣 | 111010001001001010111000111010111010000010100000111011111010011110011111111010111010100110110000111010111010000010011100111010111010000010100011 | e892b8eba0a0efa79feba9b0eba09ceba0a3 |
UHC | 蒸렠履며렜렣 | 111100011111101010001110101100011110110010101010101110001110011110001110101011101000111010110100 | f1fa8eb1ecaab8e78eae8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)