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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ?欲h? | 0011111110010111011111100110100000111111 | 3f977e683f |
EUC-JP | ?欲h? | 0011111111001101110111110110100000111111 | 3fcddf683f |
UTF-8 | 쒔欲h쒔 | 11101100100100101001010011100110101011001011001001101000111011001001001010010100 | ec9294e6acb268ec9294 |
UHC | 쒔欲h쒔 | 10111110101011011110100110110000011010001011111010101101 | beade9b068bead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)