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 | ??r?? | 0011111100111111011100100011111100111111 | 3f3f723f3f |
SJIS-WIN | ??r?訛 | 001111110011111101110010001111111110011001100001 | 3f3f723fe661 |
EUC-JP | ??r?訛 | 001111110011111101110010001111111110101111000010 | 3f3f723febc2 |
UTF-8 | 쒔렋r쒔訛 | 11101100100100101001010011101011101000001000101101110010111011001001001010010100111010001010100010011011 | ec9294eba08b72ec9294e8a89b |
UHC | 쒔렋r쒔訛 | 101111101010110110001110101000100111001010111110101011011110100011000101 | bead8ea272beade8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)