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 | 娥??予?? | 1001101101001101001111110011111110010111010111000011111100111111 | 9b4d3f3f975c3f3f |
EUC-JP | 娥??予?? | 1101010110101110001111110011111111001101101111010011111100111111 | d5ae3f3fcdbd3f3f |
UTF-8 | 娥뗩댅予뤹둝 | 111001011010100010100101111010111001011110101001111010111000110010000101111001001011101010001000111010111010010010111001111010111001000110011101 | e5a8a5eb97a9eb8c85e4ba88eba4b9eb919d |
UHC | 娥뗩댅予뤹둝 | 111001001011000010001011111010011000100010101111111001011111100010001111111001111000101001010101 | e4b08be988afe5f88fe78a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)