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 | 阮幃命 | 111010001001011010011011111010011001011010111101 | e8969be996bd |
EUC-JP | 阮幃命 | 111011111111011011010110111010111100110010111111 | eff6d6ebccbf |
UTF-8 | 阮幃命 | 111010011001100010101110111001011011100110000011111001011001000110111101 | e998aee5b983e591bd |
UHC | 阮?命 | 1110100011010110001111111101100110100100 | e8d63fd9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)