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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 楮?N}楮?N{^ | 1001111010111000001111110100111001111101100111101011100000111111010011100111101101011110 | 9eb83f4e7d9eb83f4e7b5e |
EUC-JP | 楮?N}楮?N{^ | 1101110010111010001111110100111001111101110111001011101000111111010011100111101101011110 | dcba3f4e7ddcba3f4e7b5e |
UTF-8 | 楮젓N}楮젓N{^ | 1110011010100101101011101110110010100000100100110100111001111101111001101010010110101110111011001010000010010011010011100111101101011110 | e6a5aeeca0934e7de6a5aeeca0934e7b5e |
UHC | 楮젓N}楮젓N{^ | 11101110101111111100000110100011010011100111110111101110101111111100000110100011010011100111101101011110 | eebfc1a34e7deebfc1a34e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)