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 | ?????^? | 00111111001111110011111100111111001111110101111000111111 | 3f3f3f3f3f5e3f |
SJIS-WIN | テ個。テ。^テ | 1100001110001100110000101010000111000011101000010101111011000011 | c38cc2a1c3a15ec3 |
EUC-JP | テ個。テ。^テ | 10001110110000111011100011000100100011101010000110001110110000111000111010100001010111101000111011000011 | 8ec3b8c48ea18ec38ea15e8ec3 |
UTF-8 | テ個。テ。^テ | 11101111101111101000001111100101100000001000101111101111101111011010000111101111101111101000001111101111101111011010000101011110111011111011111010000011 | efbe83e5808befbda1efbe83efbda15eefbe83 |
UHC | ?個???^? | 0011111111001011110000010011111100111111001111110101111000111111 | 3fcbc13f3f3f5e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)