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 | 蒸?渦嶝?? | 100011111111011000111111100010010101000110011011110100010011111100111111 | 8ff63f89519bd13f3f |
EUC-JP | 蒸?渦嶝?? | 101111101111100000111111101100011011001011010110110100110011111100111111 | bef83fb1b2d6d33f3f |
UTF-8 | 蒸렣渦嶝렰렏 | 111010001001001010111000111010111010000010100011111001101011100010100110111001011011011010011101111010111010000010110000111010111010000010001111 | e892b8eba0a3e6b8a6e5b69deba0b0eba08f |
UHC | 蒸렣渦嶝렰렏 | 111100011111101010001110101101001110100010111110110101001111000110001110101111011000111010100101 | f1fa8eb4e8bed4f18ebd8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)