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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???矣??? | 0011111100111111001111111110000111100001001111110011111100111111 | 3f3f3fe1e13f3f3f |
EUC-JP | ???矣??? | 0011111100111111001111111110001011100011001111110011111100111111 | 3f3f3fe2e33f3f3f |
UTF-8 | 嶺뚭벰矣곕뭼捻 | 111011111010011010101011111010111001101010101101111010111011001010110000111001111001111110100011111010101011001110010101111010111010110110111100111011111010011010100100 | efa6abeb9aadebb2b0e79fa3eab395ebadbcefa6a4 |
UHC | 嶺뚭벰矣곕뭼捻 | 1110011110101101100011001110101010111010101010001110101111111000101100001110101110010010100010111110011011110111 | e7ad8ceabaa8ebf8b0eb928be6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)