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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 潁゚ロ潁睹Q] | 10011111111100011101111111011011100111111111000111100001110011110101000101011101 | 9ff1dfdb9ff1e1cf515d |
EUC-JP | 潁゚ロ潁睹Q] | 110111101111001110001110110111111000111011011011110111101111001111100010110100010101000101011101 | def38edf8edbdef3e2d1515d |
UTF-8 | 潁゚ロ潁睹Q] | 1110011010111101100000011110111110111110100111111110111110111110100110111110011010111101100000011110011110011101101110010101000101011101 | e6bd81efbe9fefbe9be6bd81e79db9515d |
UHC | 潁??潁睹Q] | 11100111101110000011111100111111111001111011100011010100101010010101000101011101 | e7b83f3fe7b8d4a9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)