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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮨区ウョ辯 | 1110100110111101100010111110011010110011101011101110011110000111 | e9bd8be6b3aee787 |
EUC-JP | 鮨区ウョ辯 | 11110010101111111011011011101000100011101011001110001110101011101110110111100111 | f2bfb6e88eb38eaeede7 |
UTF-8 | 鮨区ウョ辯 | 111010011010111010101000111001011000110010111010111011111011110110110011111011111011110110101110111010001011111010101111 | e9aea8e58cbaefbdb3efbdaee8beaf |
UHC | ????辯 | 001111110011111100111111001111111101110010101010 | 3f3f3f3fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)