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 | 碇?殞?媛皎 | 10010010111101000011111110011111011011010011111110010101010100011110000110100111 | 92f43f9f6d3f9551e1a7 |
EUC-JP | 碇?殞?媛皎 | 11000100111101100011111111011101110011100011111111001001101100101110001010101001 | c4f63fddce3fc9b2e2a9 |
UTF-8 | 碇렯殞렓媛皎 | 111001111010001010000111111010111010000010101111111001101010111010011110111010111010000010010011111001011010101010011011111001111001101010001110 | e7a287eba0afe6ae9eeba093e5aa9be79a8e |
UHC | 碇렯殞렓媛皎 | 111011111110110110001110101111001110100111111001100011101010100011101010101100001100111011101011 | efed8ebce9f98ea8eab0ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)