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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罌????? | 11100011101000000011111100111111001111110011111100111111 | e3a03f3f3f3f3f |
EUC-JP | 罌??瀣?ˇ | 1110011010100010001111110011111110001111110010011011000100111111100011111010001010110000 | e6a23f3f8fc9b13f8fa2b0 |
UTF-8 | 罌삠끏瀣롦ˇ | 1110011110111101100011001110110010000010101000001110101110000001100011111110011110000000101000111110101110100001101001101100101110000111 | e7bd8cec82a0eb818fe780a3eba1a6cb87 |
UHC | 罌삠끏瀣롦ˇ | 111001011010001010111011111000111000010110111111111110101010111010001110111001101010001010100111 | e5a2bbe385bffaae8ee6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)