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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???矣??] | 0011111100111111001111111110000111100001001111110011111101011101 | 3f3f3fe1e13f3f5d |
EUC-JP | ???矣??] | 0011111100111111001111111110001011100011001111110011111101011101 | 3f3f3fe2e33f3f5d |
UTF-8 | 嶺뚭벰矣곕룺] | 11101111101001101010101111101011100110101010110111101011101100101011000011100111100111111010001111101010101100111001010111101011101000111011101001011101 | efa6abeb9aadebb2b0e79fa3eab395eba3ba5d |
UHC | 嶺뚭벰矣곕룺] | 11100111101011011000110011101010101110101010100011101011111110001011000011101011100011111010110101011101 | e7ad8ceabaa8ebf8b0eb8fad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)