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 | 꿸ì«^ | 11101010101111111011100011101100100111011010101101011110 | eabfb8ec9dab5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 꿸ì??^ | 100011111010101110110100100011111010001011000100100011111010001010110001100011111010101111000000001111110011111101011110 | 8fabb48fa2c48fa2b18fabc03f3f5e |
UTF-8 | 꿸ì«^ | 11000011101010101100001010111111110000101011100011000011101011001100001010011101110000101010101101011110 | c3aac2bfc2b8c3acc29dc2ab5e |
UHC | ?¿¸???^ | 001111111010001010101111101000101010110000111111001111110011111101011110 | 3fa2afa2ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)