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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 壤?8誼?] | 100110101101111100111111100000100101011110001011011000100011111101011101 | 9adf3f82578b623f5d |
EUC-JP | 壤?8誼?] | 110101001110000100111111101000111011100010110101110000110011111101011101 | d4e13fa3b8b5c33f5d |
UTF-8 | 壤밸8誼튢] | 11100101101000111010010011101011101100001011100011101111101111001001100011101000101010101011110011101101100010101010001001011101 | e5a3a4ebb0b8efbc98e8aabced8aa25d |
UHC | 壤밸8誼튢] | 1110010110111101101110011110101110100011101110001110101111111110101110100101000101011101 | e5bdb9eba3b8ebfeba515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)