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 | ?????蔘^ | 0011111100111111001111110011111100111111111001001111001101011110 | 3f3f3f3f3fe4f35e |
EUC-JP | ?????蔘^ | 0011111100111111001111110011111100111111111010001111010101011110 | 3f3f3f3f3fe8f55e |
UTF-8 | 믬쀃묉믬쀃蔘^ | 11101011101011111010110011101100100000001000001111101011101011001000100111101011101011111010110011101100100000001000001111101000100101001001100001011110 | ebafacec8083ebac89ebafacec8083e894985e |
UHC | 믬쀃묉믬쀃蔘^ | 10010010111011101001011111000011100100011110011010010010111011101001011111000011110111111011100001011110 | 92ee97c391e692ee97c3dfb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)