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 | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ???恂?V | 00111111001111110011111110011100100101100011111101010110 | 3f3f3f9c963f56 |
EUC-JP | 縕??恂?V | 100011111101010011000010001111110011111111010111111101100011111101010110 | 8fd4c23f3fd7f63f56 |
UTF-8 | 縕롡닽恂첥V | 11100111101110001001010111101011101000011010000111101011100010111011110111100110100000011000001011101100101100101010010101010110 | e7b895eba1a1eb8bbde68182ecb2a556 |
UHC | 縕롡닽恂첥V | 1110100010110010100011101110001010001000101010111110001011100001101010110100111001010110 | e8b28ee288abe2e1ab4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)