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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 狸単臓族] | 100100100100101110010010010100001001000110011111100100011011000001011101 | 924b9250919f91b05d |
EUC-JP | 狸単臓族] | 110000111010110011000011101100011100001010100001110000101011001001011101 | c3acc3b1c2a1c2b25d |
UTF-8 | 狸単臓族] | 11100111100010111011100011100101100011011001100011101000100001111001001111100110100101111000111101011101 | e78bb8e58d98e88793e6978f5d |
UHC | 狸??族] | 11010111111000010011111100111111111100001110100101011101 | d7e13f3ff0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)