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 | 鞜伎クォ | 111010001101111110001010111010101011100010101011 | e8df8aeab8ab |
EUC-JP | 鞜伎クォ | 1111000011100001101101001110110010001110101110001000111010101011 | f0e1b4ec8eb88eab |
UTF-8 | 鞜伎クォ | 111010011001111010011100111001001011110010001110111011111011110110111000111011111011110110101011 | e99e9ce4bc8eefbdb8efbdab |
UHC | ?伎?? | 0011111111010000111010110011111100111111 | 3fd0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)