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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 迺ソ蟠撲BF | 111001111001001010111111111001011011010010010110011011110100001001000110 | e792bfe5b4966f4246 |
EUC-JP | 迺ソ蟠撲BF | 11101101111100101000111010111111111010101011011011001011110100000100001001000110 | edf28ebfeab6cbd04246 |
UTF-8 | 迺ソ蟠撲BF | 1110100010111111101110101110111110111101101111111110100010011111101000001110011010010010101100100100001001000110 | e8bfbaefbdbfe89fa0e692b24246 |
UHC | ??蟠撲BF | 0011111100111111110110101111011011011010110100100100001001000110 | 3f3fdaf6dad24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)