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 | ??v?? | 0011111100111111011101100011111100111111 | 3f3f763f3f |
SJIS-WIN | ??v?? | 0011111100111111011101100011111100111111 | 3f3f763f3f |
EUC-JP | ??v?? | 0011111100111111011101100011111100111111 | 3f3f763f3f |
UTF-8 | 쒔렍v쒔렠 | 11101100100100101001010011101011101000001000110101110110111011001001001010010100111010111010000010100000 | ec9294eba08d76ec9294eba0a0 |
UHC | 쒔렍v쒔렠 | 101111101010110110001110101000110111011010111110101011011000111010110001 | bead8ea376bead8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)