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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?若? | 00111111100011101110000100111111 | 3f8ee13f |
EUC-JP | 暻若? | 100011111100001011011101101111001110001100111111 | 8fc2ddbce33f |
UTF-8 | 暻若풋 | 111001101001101010111011111010001000101110100101111011011001001010001011 | e69abbe88ba5ed928b |
UHC | 暻若풋 | 110011001101100111100101101101001100011110110010 | ccd9e5b4c7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)