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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 辣よ蟹V | 11100111100001011000001011100110100010100100100101010110 | e78582e68a4956 |
EUC-JP | 辣よ蟹V | 11101101111001011010010011101000101100111010101001010110 | ede5a4e8b3aa56 |
UTF-8 | 辣よ蟹V | 11101000101111101010001111100011100000101000100011101000100111111011100101010110 | e8bea3e38288e89fb956 |
UHC | 辣よ蟹V | 11010101101110001010101011101000111110101010111101010110 | d5b8aae8faaf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)