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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔚??? | 1000100101010101001111110011111100111111 | 89553f3f3f |
EUC-JP | 蔚??? | 1011000110110110001111110011111100111111 | b1b63f3f3f |
UTF-8 | 蔚펴렩렏 | 111010001001010010011010111011011000111010110100111010111010000010101001111010111010000010001111 | e8949aed8eb4eba0a9eba08f |
UHC | 蔚펴렩렏 | 1110101010100101110001101110110010001110101101111000111010100101 | eaa5c6ec8eb78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)