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 | ??p??V | 001111110011111101110000001111110011111101010110 | 3f3f703f3f56 |
SJIS-WIN | ??p□?V | 00111111001111110111000010000001101000000011111101010110 | 3f3f7081a03f56 |
EUC-JP | ??p□?V | 00111111001111110111000010100010101000100011111101010110 | 3f3f70a2a23f56 |
UTF-8 | 룵句p□▩V | 1110101110100011101101011110111110100100100001100111000011100010100101101010000111100010100101101010100101010110 | eba3b5efa48670e296a1e296a956 |
UHC | 룵句p□▩V | 10001111101010101100111111111011011100001010000111100000101000101100110001010110 | 8faacffb70a1e0a2cc56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)