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 | 螂呵ョ儕 | 11100101101001011001100111101000101011101001100101010000 | e5a599e8ae9950 |
EUC-JP | 螂呵ョ儕 | 1110101010100111110100101110101010001110101011101101000110110001 | eaa7d2ea8eaed1b1 |
UTF-8 | 螂呵ョ儕 | 111010001001111010000010111001011001000110110101111011111011110110101110111001011000010010010101 | e89e82e591b5efbdaee58495 |
UHC | 螂呵?? | 110101011100110011001010101001110011111100111111 | d5cccaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)