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 | ??D?? | 0011111100111111010001000011111100111111 | 3f3f443f3f |
SJIS-WIN | 蜩ュD遨ゥ | 11100101100100111010110101000100111001111010100110101001 | e593ad44e7a9a9 |
EUC-JP | 蜩ュD遨ゥ | 111010011111001110001110101011010100010011101110101010111000111010101001 | e9f38ead44eeab8ea9 |
UTF-8 | 蜩ュD遨ゥ | 11101000100111001010100111101111101111011010110101000100111010011000000110101000111011111011110110101001 | e89ca9efbdad44e981a8efbda9 |
UHC | ??D?? | 0011111100111111010001000011111100111111 | 3f3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)