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 | 瀞?蜃?齬龍 | 10010011110100100011111111100101100001110011111111101010100101111001011110110100 | 93d23fe5873fea9797b4 |
EUC-JP | 瀞?蜃?齬龍 | 11000110110101000011111111101001111001110011111111110011111101111100111010110110 | c6d43fe9e73ff3f7ceb6 |
UTF-8 | 瀞렱蜃렎齬龍 | 111001111000000010011110111010111010000010110001111010001001110010000011111010111010000010001110111010011011110110101100111010011011111010001101 | e7809eeba0b1e89c83eba08ee9bdace9be8d |
UHC | 瀞렱蜃렎齬龍 | 111011111110011110001110101111101110001111110001100011101010010011100101111000011101011110100011 | efe78ebee3f18ea4e5e1d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)