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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邀璧瀾畩^ | 111001111011000111100000111110001110000001110000111000010101110101011110 | e7b1e0f8e070e15d5e |
EUC-JP | 邀璧瀾畩^ | 111011101011001111100000111110101101111111010001111000011011111001011110 | eeb3e0fadfd1e1be5e |
UTF-8 | 邀璧瀾畩^ | 11101001100000101000000011100111100100101010011111100111100000001011111011100111100101011010100101011110 | e98280e792a7e780bee795a95e |
UHC | 邀璧瀾?^ | 1110100110101101110110111111110111010101101100110011111101011110 | e9addbfdd5b33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)