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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裁烽?? | 100011011101100111100000100000100011111100111111 | 8dd9e0823f3f |
EUC-JP | 裁烽?? | 101110101101101111011111111000100011111100111111 | badbdfe23f3f |
UTF-8 | 裁烽렧렮 | 111010001010001110000001111001111000001110111101111010111010000010100111111010111010000010101110 | e8a381e783bdeba0a7eba0ae |
UHC | 裁烽렧렮 | 1110111010101110110111001110101110001110101101101000111010111011 | eeaedceb8eb68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)