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 | 域?…媛 | 10001000111001100011111110000001011000111001010101010001 | 88e63f81639551 |
EUC-JP | 域?…媛 | 10110000111010000011111110100001110001001100100110110010 | b0e83fa1c4c9b2 |
UTF-8 | 域띕…媛 | 111001011001111110011111111010111001110110010101111000101000000010100110111001011010101010011011 | e59f9feb9d95e280a6e5aa9b |
UHC | 域띕…媛 | 1110011010110100101101101110101110100001101001101110101010110000 | e6b4b6eba1a6eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)