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 | 邀・陋セ | 111001111011000110100101111010001001101110111110 | e7b1a5e89bbe |
EUC-JP | 邀・陋セ | 1110111010110011100011101010010111101111111110111000111010111110 | eeb38ea5effb8ebe |
UTF-8 | 邀・陋セ | 111010011000001010000000111011111011110110100101111010011001100110001011111011111011110110111110 | e98280efbda5e9998befbdbe |
UHC | 邀?陋? | 111010011010110100111111110101111011000000111111 | e9ad3fd7b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)