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 | 娃?え唯 | 10001000101000010011111110000010101001101001011101000010 | 88a13f82a69742 |
EUC-JP | 娃?え唯 | 10110000101000110011111110100100101010001100110110100011 | b0a33fa4a8cda3 |
UTF-8 | 娃듬え唯 | 111001011010100010000011111010111001001110101100111000111000000110001000111001011001010010101111 | e5a883eb93ace38188e594af |
UHC | 娃듬え唯 | 1110100011011111101101011110101110101010101010001110101011100110 | e8dfb5ebaaa8eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)