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 | ????E] | 001111110011111100111111001111110100010101011101 | 3f3f3f3f455d |
SJIS-WIN | ??コ◇E] | 0011111100111111100000110101001010000001100111100100010101011101 | 3f3f8352819e455d |
EUC-JP | ??コ◇E] | 0011111100111111101001011011001110100001111111100100010101011101 | 3f3fa5b3a1fe455d |
UTF-8 | 룶즽コ◇E] | 1110101110100011101101101110110010100110101111011110001110000010101100111110001010010111100001110100010101011101 | eba3b6eca6bde382b3e29787455d |
UHC | 룶즽コ◇E] | 10001111101010111010001110001111101010111011001110100001110111100100010101011101 | 8faba38fabb3a1de455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)