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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 諶??諶??^ | 111110111010101000111111001111111111101110101010001111110011111101011110 | fbaa3f3ffbaa3f3f5e |
EUC-JP | 諶??諶??^ | 1000111111011110101101010011111100111111100011111101111010110101001111110011111101011110 | 8fdeb53f3f8fdeb53f3f5e |
UTF-8 | 諶롿둦諶롿둦^ | 11101000101010111011011011101011101000011011111111101011100100011010011011101000101010111011011011101011101000011011111111101011100100011010011001011110 | e8abb6eba1bfeb91a6e8abb6eba1bfeb91a65e |
UHC | 諶롿둦諶롿둦^ | 11100100101001101000111011111001100010100101101011100100101001101000111011111001100010100101101001011110 | e4a68ef98a5ae4a68ef98a5a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)