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 | 蔕刻週茖 | 1110010011110110100011011000111110001111010101001110010010100001 | e4f68d8f8f54e4a1 |
EUC-JP | 蔕刻週茖 | 1110100011111000101110011110111110111101101101011110100010100011 | e8f8b9efbdb5e8a3 |
UTF-8 | 蔕刻週茖 | 111010001001010010010101111001011000100010111011111010011000000010110001111010001000110010010110 | e89495e588bbe980b1e88c96 |
UHC | ?刻週? | 001111111100101010111110111100011100111000111111 | 3fcabef1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)