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 | ??±?? | 0011111100111111101100010011111100111111 | 3f3fb13f3f |
SJIS-WIN | 壤?±吟? | 1001101011011111001111111000000101111101100010111110000100111111 | 9adf3f817d8be13f |
EUC-JP | 壤?±吟? | 1101010011100001001111111010000111011110101101101110001100111111 | d4e13fa1deb6e33f |
UTF-8 | 壤깆±吟텯 | 1110010110100011101001001110101010111001100001101100001010110001111001011001000010011111111011011000010110101111 | e5a3a4eab986c2b1e5909fed85af |
UHC | 壤깆±吟텯 | 11100101101111011011000111101100101000011011111011101011111000011011011101000010 | e5bdb1eca1beebe1b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)