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 | 娃?え媛 | 10001000101000010011111110000010101001101001010101010001 | 88a13f82a69551 |
EUC-JP | 娃?え媛 | 10110000101000110011111110100100101010001100100110110010 | b0a33fa4a8c9b2 |
UTF-8 | 娃듬え媛 | 111001011010100010000011111010111001001110101100111000111000000110001000111001011010101010011011 | e5a883eb93ace38188e5aa9b |
UHC | 娃듬え媛 | 1110100011011111101101011110101110101010101010001110101010110000 | e8dfb5ebaaa8eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)