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 | 蒟決燦 | 111001001110010110001100100010001000111001010111 | e4e58c888e57 |
EUC-JP | 蒟決燦 | 111010001110011110110111111010001011101110111000 | e8e7b7e8bbb8 |
UTF-8 | 蒟決燦 | 111010001001001010011111111001101011000110111010111001111000011110100110 | e8929fe6b1bae787a6 |
UHC | ?決燦 | 0011111111001100101111011111001110111110 | 3fccbdf3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)