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 | ?莎?? | 0011111111100100101100110011111100111111 | 3fe4b33f3f |
EUC-JP | ?莎?? | 0011111111101000101101010011111100111111 | 3fe8b53f3f |
UTF-8 | 履莎캣履 | 111011111010011110011111111010001000111010001110111011001011101010100011111011111010011110011111 | efa79fe88e8eecbaa3efa79f |
UHC | 履莎캣履 | 1110110010101010110111101110110111000100101110011110110010101010 | ecaadeedc4b9ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)