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 | 蒸?弛?臨第 | 10001111111101100011111110010010011011110011111110010111110101011001000111100110 | 8ff63f926f3f97d591e6 |
EUC-JP | 蒸?弛?臨第 | 10111110111110000011111111000011110100000011111111001110110101111100001011101000 | bef83fc3d03fced7c2e8 |
UTF-8 | 蒸렣弛쇰臨第 | 111010001001001010111000111010111010000010100011111001011011110010011011111011001000011110110000111010001000011110101000111001111010110010101100 | e892b8eba0a3e5bc9bec87b0e887a8e7acac |
UHC | 蒸렣弛쇰臨第 | 111100011111101010001110101101001110110010101100101111001110101111010111111111001111000010101111 | f1fa8eb4ecacbcebd7fcf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)