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 | ??~[??~[^ | 001111110011111101111110010110110011111100111111011111100101101101011110 | 3f3f7e5b3f3f7e5b5e |
SJIS-WIN | ?}~[?}~[^ | 0011111110000001011100000111111001011011001111111000000101110000011111100101101101011110 | 3f81707e5b3f81707e5b5e |
EUC-JP | ?}~[?}~[^ | 0011111110100001110100010111111001011011001111111010000111010001011111100101101101011110 | 3fa1d17e5b3fa1d17e5b5e |
UTF-8 | 룵}~[룵}~[^ | 1110101110100011101101011110111110111101100111010111111001011011111010111010001110110101111011111011110110011101011111100101101101011110 | eba3b5efbd9d7e5beba3b5efbd9d7e5b5e |
UHC | 룵}~[룵}~[^ | 10001111101010101010001111111101011111100101101110001111101010101010001111111101011111100101101101011110 | 8faaa3fd7e5b8faaa3fd7e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)