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?膝 | 001111110011111101110110001111111001010101000111 | 3f3f763f9547 |
EUC-JP | ??v?膝 | 001111110011111101110110001111111100100110101000 | 3f3f763fc9a8 |
UTF-8 | 쒔렎v쒔膝 | 11101100100100101001010011101011101000001000111001110110111011001001001010010100111010001000011010011101 | ec9294eba08e76ec9294e8869d |
UHC | 쒔렎v쒔膝 | 101111101010110110001110101001000111011010111110101011011110001110100011 | bead8ea476beade3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)