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 | 鬩ゥ蟷手у | 111010011010100110101001111001011011100110001110111010001000010010000101 | e9a9a9e5b98ee88485 |
EUC-JP | 鬩ゥ蟷手у | 11110010101010111000111010101001111010101011101110111100111010101010011111100101 | f2ab8ea9eabbbceaa7e5 |
UTF-8 | 鬩ゥ蟷手у | 1110100110101100101010011110111110111101101010011110100010011111101101111110011010001001100010111101000110000011 | e9aca9efbda9e89fb7e6898bd183 |
UHC | ???手у | 00111111001111110011111111100010101000101010110011100101 | 3f3f3fe2a2ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)