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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪?滓? | 100110011001001000111111100111111110011000111111 | 99923f9fe63f |
EUC-JP | 剪?滓? | 110100011111001000111111110111101110100000111111 | d1f23fdee83f |
UTF-8 | 剪렮滓렧 | 111001011000100110101010111010111010000010101110111001101011101110010011111010111010000010100111 | e589aaeba0aee6bb93eba0a7 |
UHC | 剪렮滓렧 | 1110111011110010100011101011101111101110101010111000111010110110 | eef28ebbeeab8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)