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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 潁゚ロ潁睹nB | 10011111111100011101111111011011100111111111000111100001110011110110111001000010 | 9ff1dfdb9ff1e1cf6e42 |
EUC-JP | 潁゚ロ潁睹nB | 110111101111001110001110110111111000111011011011110111101111001111100010110100010110111001000010 | def38edf8edbdef3e2d16e42 |
UTF-8 | 潁゚ロ潁睹nB | 1110011010111101100000011110111110111110100111111110111110111110100110111110011010111101100000011110011110011101101110010110111001000010 | e6bd81efbe9fefbe9be6bd81e79db96e42 |
UHC | 潁??潁睹nB | 11100111101110000011111100111111111001111011100011010100101010010110111001000010 | e7b83f3fe7b8d4a96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)