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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 餘???? | 111010010101000000111111001111110011111100111111 | e9503f3f3f3f |
EUC-JP | 餘???? | 111100011011000100111111001111110011111100111111 | f1b13f3f3f3f |
UTF-8 | 餘뤾돦念꼳 | 111010011010010010011000111010111010010010111110111010111000111110100110111011111010011010100011111010101011110010110011 | e9a498eba4beeb8fa6efa6a3eabcb3 |
UHC | 餘뤾돦念꼳 | 11100110101011101000111111101010100010011010101011100110111101101000010010001100 | e6ae8fea89aae6f6848c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)