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 | 娃???] | 100010001010000100111111001111110011111101011101 | 88a13f3f3f5d |
EUC-JP | 娃???] | 101100001010001100111111001111110011111101011101 | b0a33f3f3f5d |
UTF-8 | 娃쇡산맘] | 11100101101010001000001111101100100001111010000111101100100000101011000011101011101001111001100001011101 | e5a883ec87a1ec82b0eba7985d |
UHC | 娃쇡산맘] | 111010001101111110011001110011101011101111101010101110001011111001011101 | e8df99cebbeab8be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)