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 | 祉?勿? | 100011101000001100111111100101101101110000111111 | 8e833f96dc3f |
EUC-JP | 祉?勿祜 | 1011101111100011001111111100110011011110100011111101000011011000 | bbe33fccde8fd0d8 |
UTF-8 | 祉곁勿祜 | 111001111010010110001001111010101011001110000001111001011000101110111111111001111010010110011100 | e7a589eab381e58bbfe7a59c |
UHC | 祉곁勿祜 | 1111001010110011101100001110011111011010101010001111101111010100 | f2b3b0e7daa8fbd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)