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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉋咲ゥス | 111001111110111010001101111001111010100110111101 | e7ee8de7a9bd |
EUC-JP | 鉋咲ゥス | 1110111011110000101110101110100110001110101010011000111010111101 | eef0bae98ea98ebd |
UTF-8 | 鉋咲ゥス | 111010011000100110001011111001011001001010110010111011111011110110101001111011111011110110111101 | e9898be592b2efbda9efbdbd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)