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 | 糀咲外羲 | 1110001011101111100011011110011110001010010011111110001110111010 | e2ef8de78a4fe3ba |
EUC-JP | 糀咲外羲 | 1110010011110001101110101110100110110011101100001110011010111100 | e4f1bae9b3b0e6bc |
UTF-8 | 糀咲外羲 | 111001111011001110000000111001011001001010110010111001011010010010010110111001111011111010110010 | e7b380e592b2e5a496e7beb2 |
UHC | ??外羲 | 001111110011111111101000111000101111110111111101 | 3f3fe8e2fdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)