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 | 蒟決閏 | 111001001110010110001100100010001000100101011011 | e4e58c88895b |
EUC-JP | 蒟決閏 | 111010001110011110110111111010001011000110111100 | e8e7b7e8b1bc |
UTF-8 | 蒟決閏 | 111010001001001010011111111001101011000110111010111010011001011010001111 | e8929fe6b1bae9968f |
UHC | ?決閏 | 0011111111001100101111011110101111001110 | 3fccbdebce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)