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?n?V | 001111110101011000111111011011100011111101010110 | 3f563f6e3f56 |
SJIS-WIN | ?V?n?V | 001111110101011000111111011011100011111101010110 | 3f563f6e3f56 |
EUC-JP | ?V?n?V | 001111110101011000111111011011100011111101010110 | 3f563f6e3f56 |
UTF-8 | 혧V창n혧V | 111011011001100010100111010101101110110010110000101111010110111011101101100110001010011101010110 | ed98a756ecb0bd6eed98a756 |
UHC | 혧V창n혧V | 110000101000111101010110110000111010001001101110110000101000111101010110 | c28f56c3a26ec28f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)