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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蔚??蔚??^ | 100010010101010100111111001111111000100101010101001111110011111101011110 | 89553f3f89553f3f5e |
EUC-JP | 蔚??蔚??^ | 101100011011011000111111001111111011000110110110001111110011111101011110 | b1b63f3fb1b63f3f5e |
UTF-8 | 蔚펩冷蔚펩冷^ | 11101000100101001001101011101101100011101010100111101111101001001010111011101000100101001001101011101101100011101010100111101111101001001010111001011110 | e8949aed8ea9efa4aee8949aed8ea9efa4ae5e |
UHC | 蔚펩冷蔚펩冷^ | 11101010101001011100011011101001110100101011001011101010101001011100011011101001110100101011001001011110 | eaa5c6e9d2b2eaa5c6e9d2b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)