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 | 驥先ッォ | 111010011000011110010000111001101010111110101011 | e98790e6afab |
EUC-JP | 驥先ッォ | 1111000111100111110000001110100010001110101011111000111010101011 | f1e7c0e88eaf8eab |
UTF-8 | 驥先ッォ | 111010011010100110100101111001011000010110001000111011111011110110101111111011111011110110101011 | e9a9a5e58588efbdafefbdab |
UHC | 驥先?? | 110100011100101011100000101110110011111100111111 | d1cae0bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)