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 | 鉈サ隲貰菫 | 1110011111101011101110111110100010101011100101101110000111110010100000111110010010111111 | e7ebbbe8ab96e1f283e4bf |
EUC-JP | 鉈サ隲貰?菫 | 1110111011101101100011101011101111110000101011011100110011100011001111111110100011000001 | eeed8ebbf0adcce33fe8c1 |
UTF-8 | 鉈サ隲貰菫 | 111010011000100110001000111011111011110110111011111010011001101010110010111010001011001010110000111011101000011010111010111010001000111110101011 | e98988efbdbbe99ab2e8b2b0ee86bae88fab |
UHC | ???貰?菫 | 0011111100111111001111111110000110101110001111111101000011001011 | 3f3f3fe1ae3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)