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 | 端他樽樽 | 1001001001011011100100011011110010010010010011011001001001001101 | 925b91bc924d924d |
EUC-JP | 端他樽樽 | 1100001110111100110000101011111011000011101011101100001110101110 | c3bcc2bec3aec3ae |
UTF-8 | 端他樽樽 | 111001111010101110101111111001001011101110010110111001101010100010111101111001101010100010111101 | e7abafe4bb96e6a8bde6a8bd |
UHC | 端他樽樽 | 1101001110101110111101101110001011110001110111001111000111011100 | d3aef6e2f1dcf1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)