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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?鹹}?鹹{^ | 001111111110101001100011011111010011111111101010011000110111101101011110 | 3fea637d3fea637b5e |
EUC-JP | ?鹹}?鹹{^ | 001111111111001111000100011111010011111111110011110001000111101101011110 | 3ff3c47d3ff3c47b5e |
UTF-8 | 뤒鹹}뤒鹹{^ | 111010111010010010010010111010011011100110111001011111011110101110100100100100101110100110111001101110010111101101011110 | eba492e9b9b97deba492e9b9b97b5e |
UHC | 뤒鹹}뤒鹹{^ | 1000111111000010111110011110100101111101100011111100001011111001111010010111101101011110 | 8fc2f9e97d8fc2f9e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)