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 | 阮ー貊会スク | 111010001001011010110000111001101011101110001001111011111011110110111000 | e896b0e6bb89efbdb8 |
EUC-JP | 阮ー貊会スク | 111011111111011010001110101100001110110010111101101100101111000110001110101111011000111010111000 | eff68eb0ecbdb2f18ebd8eb8 |
UTF-8 | 阮ー貊会スク | 111010011001100010101110111011111011110110110000111010001011001010001010111001001011110010011010111011111011110110111101111011111011110110111000 | e998aeefbdb0e8b28ae4bc9aefbdbdefbdb8 |
UHC | 阮?貊??? | 1110100011010110001111111101100011100111001111110011111100111111 | e8d63fd8e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)