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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??諂??籤^ | 001111110011111111100110011110100011111100111111111000101101110001011110 | 3f3fe67a3f3fe2dc5e |
EUC-JP | ??諂??籤^ | 001111110011111111101011110110110011111100111111111001001101111001011110 | 3f3febdb3f3fe4de5e |
UTF-8 | 뤜뷸諂뤜뷸籤^ | 11101011101001001001110011101011101101111011100011101000101010111000001011101011101001001001110011101011101101111011100011100111101100011010010001011110 | eba49cebb7b8e8ab82eba49cebb7b8e7b1a45e |
UHC | 뤜뷸諂뤜뷸籤^ | 10001111110010111011101011100110111101001101101110001111110010111011101011100110111101001101100101011110 | 8fcbbae6f4db8fcbbae6f4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)