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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺企宛諡 | 1110100001000100100010101110100110001000101101101110011010001011 | e8448ae988b6e68b |
EUC-JP | 錺企宛諡 | 1110111110100101101101001110101110110000101110001110101111101011 | efa5b4ebb0b8ebeb |
UTF-8 | 錺企宛諡 | 111010011000110010111010111001001011110010000001111001011010111010011011111010001010101110100001 | e98cbae4bc81e5ae9be8aba1 |
UHC | ?企宛諡 | 00111111110100001110101011101000110010001110001111001101 | 3fd0eae8c8e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)