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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 也??h也 | 10010110111001110011111100111111011010001001011011100111 | 96e73f3f6896e7 |
EUC-JP | 也??h也 | 11001100111010010011111100111111011010001100110011101001 | cce93f3f68cce9 |
UTF-8 | 也쎈젽h也 | 11100100101110011001111111101100100011101000100011101100101000001011110101101000111001001011100110011111 | e4b99fec8e88eca0bd68e4b99f |
UHC | 也쎈젽h也 | 111001011010010110111101111010111010000010101111011010001110010110100101 | e5a5bdeba0af68e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)