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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 閻ょ?B | 111010001000010110000010111001010011111101000010 | e88582e53f42 |
EUC-JP | 閻ょ˚B | 1110111111100101101001001110011110001111101000101011011001000010 | efe5a4e78fa2b642 |
UTF-8 | 閻ょ˚B | 111010011001011010111011111000111000001010000111110010111001101001000010 | e996bbe38287cb9a42 |
UHC | 閻ょ˚B | 11100111101000101010101011100111101000101010101001000010 | e7a2aae7a2aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)