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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒟決桶 | 111001001110010110001100100010001000100110110001 | e4e58c8889b1 |
EUC-JP | 蒟決桶 | 111010001110011110110111111010001011001010110011 | e8e7b7e8b2b3 |
UTF-8 | 蒟決桶 | 111010001001001010011111111001101011000110111010111001101010000110110110 | e8929fe6b1bae6a1b6 |
UHC | ?決桶 | 0011111111001100101111011111011111010010 | 3fccbdf7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)