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 | 槨鮗駑盪 | 1001111011011000111010011011101011101001011011011110000110111001 | 9ed8e9bae96de1b9 |
EUC-JP | 槨鮗駑盪 | 1101110011011010111100101011110011110001110011101110001010111011 | dcdaf2bcf1cee2bb |
UTF-8 | 槨鮗駑盪 | 111001101010011110101000111010011010111010010111111010011010011110010001111001111001101110101010 | e6a7a8e9ae97e9a791e79baa |
UHC | 槨?駑? | 110011101010101000111111110100101100110000111111 | ceaa3fd2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)