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 | 莊d晋篁 | 1110010010110101100000101000010010010000010101111110001010111001 | e4b582849057e2b9 |
EUC-JP | 莊d晋篁 | 1110100010110111101000111110010010111111101110001110010010111011 | e8b7a3e4bfb8e4bb |
UTF-8 | 莊d晋篁 | 111010001000111010001010111011111011110110000100111001101001100110001011111001111010111110000001 | e88e8aefbd84e6998be7af81 |
UHC | 莊d晋篁 | 1110110111110110101000111110010011110010110011001111110011010110 | edf6a3e4f2ccfcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)