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 | 弱??輿??^ | 100011101110001100111111001111111001011101100000001111110011111101011110 | 8ee33f3f97603f3f5e |
EUC-JP | 弱??輿??^ | 101111001110010100111111001111111100110111000001001111110011111101011110 | bce53f3fcdc13f3f5e |
UTF-8 | 弱딅젧輿쏅젧^ | 11100101101111001011000111101011100101001000010111101100101000001010011111101000101111001011111111101100100011111000010111101100101000001010011101011110 | e5bcb1eb9485eca0a7e8bcbfec8f85eca0a75e |
UHC | 弱딅젧輿쏅젧^ | 11100101101100001000101011101011101000001001111111100110101010111001101111101011101000001001111101011110 | e5b08aeba09fe6ab9beba09f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)