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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ч? | 00111111001111110011111100111111100001001000100100111111 | 3f3f3f3f84893f |
EUC-JP | ????ч? | 00111111001111110011111100111111101001111110100100111111 | 3f3f3f3fa7e93f |
UTF-8 | 掠묈콗若ч뙧 | 1110111110100101101101011110101110101100100010001110110010111101100101111110111110100101101101001101000110000111111010111001100110100111 | efa5b5ebac88ecbd97efa5b4d187eb99a7 |
UHC | 掠묈콗若ч뙧 | 111001011011000110010001111001011011000110010001111001011010111010101100111010011000110010101011 | e5b191e5b191e5aeace98cab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)