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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????埃 | 00111111001111110011111100111111001111111001101010111010 | 3f3f3f3f3f9aba |
EUC-JP | ?????埃 | 00111111001111110011111100111111001111111101010010111100 | 3f3f3f3f3fd4bc |
UTF-8 | 쒔렋쒀렔쒔埃 | 111011001001001010010100111010111010000010001011111011001001001010000000111010111010000010010100111011001001001010010100111001011001111110000011 | ec9294eba08bec9280eba094ec9294e59f83 |
UHC | 쒔렋쒀렔쒔埃 | 101111101010110110001110101000101011111010101100100011101010100110111110101011011110010011101111 | bead8ea2beac8ea9beade4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)