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 | 狸棚贈族] | 100100100100101110010010010010011001000110100001100100011011000001011101 | 924b924991a191b05d |
EUC-JP | 狸棚贈族] | 110000111010110011000011101010101100001010100011110000101011001001011101 | c3acc3aac2a3c2b25d |
UTF-8 | 狸棚贈族] | 11100111100010111011100011100110101000111001101011101000101101001000100011100110100101111000111101011101 | e78bb8e6a39ae8b488e6978f5d |
UHC | 狸棚贈族] | 110101111110000111011101110111001111000111111100111100001110100101011101 | d7e1dddcf1fcf0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)