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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
UTF-8 | 징횪짖횑d | 11101100101001111001010111101101100110101010101011101100101001111001011011101101100110101001000101100100 | eca795ed9aaaeca796ed9a9164 |
UHC | 징횪짖횑d | 110000101010000111000011101000001100001010100010110000111000110001100100 | c2a1c3a0c2a2c38c64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)