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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ??腰h? | 001111110011111110001101100110000110100000111111 | 3f3f8d98683f |
EUC-JP | ??腰h? | 001111110011111110111001111110000110100000111111 | 3f3fb9f8683f |
UTF-8 | 쐣씍腰h쐣 | 11101100100100001010001111101100100101001000110111101000100001011011000001101000111011001001000010100011 | ec90a3ec948de885b068ec90a3 |
UHC | 쐣씍腰h쐣 | 100111001000100110011101101001001110100110100110011010001001110010001001 | 9c899da4e9a6689c89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)