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?? | 00111111010101100011111100111111 | 3f563f3f |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
UTF-8 | 혧V혦챔 | 11101101100110001010011101010110111011011001100010100110111011001011000110010100 | ed98a756ed98a6ecb194 |
UHC | 혧V혦챔 | 11000010100011110101011011000010100011101100001110101000 | c28f56c28ec3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)