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 | 瑣眩瑣眩^ | 111000001111001011100001101111111110000011110010111000011011111101011110 | e0f2e1bfe0f2e1bf5e |
EUC-JP | 瑣眩瑣眩^ | 111000001111010011100010110000011110000011110100111000101100000101011110 | e0f4e2c1e0f4e2c15e |
UTF-8 | 瑣眩瑣眩^ | 11100111100100011010001111100111100111001010100111100111100100011010001111100111100111001010100101011110 | e791a3e79ca9e791a3e79ca95e |
UHC | ?眩?眩^ | 00111111111110101101111100111111111110101101111101011110 | 3ffadf3ffadf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)