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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甕??澳?? | 1110000101010000001111110011111111100000010100110011111100111111 | e1503f3fe0533f3f |
EUC-JP | 甕??澳?? | 1110000110110001001111110011111111011111101101000011111100111111 | e1b13f3fdfb43f3f |
UTF-8 | 甕곤슛澳뉛슐 | 111001111001010010010101111010101011001110100100111011001000101010011011111001101011111010110011111010111000100110011011111011001000101010010000 | e79495eab3a4ec8a9be6beb3eb899bec8a90 |
UHC | 甕곤슛澳뉛슐 | 111010001011100010110000111011111011110110111000111001111111111010000111111011111011110110110110 | e8b8b0efbdb8e7fe87efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)