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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 瓏綽[瓏綽[^ | 1110000011111010111000110101111001011011111000001111101011100011010111100101101101011110 | e0fae35e5be0fae35e5b5e |
EUC-JP | 瓏綽[瓏綽[^ | 1110000011111100111001011011111101011011111000001111110011100101101111110101101101011110 | e0fce5bf5be0fce5bf5b5e |
UTF-8 | 瓏綽[瓏綽[^ | 111001111001001110001111111001111011011010111101010110111110011110010011100011111110011110110110101111010101101101011110 | e7938fe7b6bd5be7938fe7b6bd5b5e |
UHC | 瓏綽[瓏綽[^ | 1101011011101010111011011100101001011011110101101110101011101101110010100101101101011110 | d6eaedca5bd6eaedca5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)