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 | 祉??畯 | 100011101000001100111111001111111111101101101111 | 8e833f3ffb6f |
EUC-JP | 祉??畯 | 10111011111000110011111100111111100011111100110110111011 | bbe33f3f8fcdbb |
UTF-8 | 祉곁뱌畯 | 111001111010010110001001111010101011001110000001111010111011000110001100111001111001010110101111 | e7a589eab381ebb18ce795af |
UHC | 祉곁뱌畯 | 1111001010110011101100001110011110111001111100101111000111100001 | f2b3b0e7b9f2f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)