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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罔遵圭 | 111000111010011010001111100001011000110001011100 | e3a68f858c5c |
EUC-JP | 罔遵圭 | 111001101010100010111101111001011011011110111101 | e6a8bde5b7bd |
UTF-8 | 罔遵圭 | 111001111011110110010100111010011000000110110101111001011001110010101101 | e7bd94e981b5e59cad |
UHC | 罔遵圭 | 110110001101001011110001111001011101000010100100 | d8d2f1e5d0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)