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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???鍈 | 0011111100111111001111111111101001011110 | 3f3f3ffa5e |
EUC-JP | ???鍈 | 001111110011111100111111100011111110010011101001 | 3f3f3f8fe4e9 |
UTF-8 | 쒔렡쒔鍈 | 111011001001001010010100111010111010000010100001111011001001001010010100111010011000110110001000 | ec9294eba0a1ec9294e98d88 |
UHC | 쒔렡쒔鍈 | 1011111010101101100011101011001010111110101011011110011111001100 | bead8eb2beade7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)