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 | 鳶??言?] | 1001001111001110001111110011111110001100101111100011111101011101 | 93ce3f3f8cbe3f5d |
EUC-JP | 鳶??言?] | 1100011011010000001111110011111110111000110000000011111101011101 | c6d03f3fb8c03f5d |
UTF-8 | 鳶멩래言뎑] | 11101001101100111011011011101011101010011010100111101011100111101001100011101000101010001000000011101011100011101001000101011101 | e9b3b6eba9a9eb9e98e8a880eb8e915d |
UHC | 鳶멩래言뎑] | 1110011011101001101110001110011010110111101000011110010111101011100010010110001101011101 | e6e9b8e6b7a1e5eb89635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)