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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 轜よ燦h | 11100111011111101000001011100110100011100101011101101000 | e77e82e68e5768 |
EUC-JP | 轜よ燦h | 11101101110111111010010011101000101110111011100001101000 | eddfa4e8bbb868 |
UTF-8 | 轜よ燦h | 11101000101111011001110011100011100000101000100011100111100001111010011001101000 | e8bd9ce38288e787a668 |
UHC | ?よ燦h | 001111111010101011101000111100111011111001101000 | 3faae8f3be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)