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 | ìêº | 111011001000101110010001111010101011101010011101 | ec8b91eaba9d |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??êº? | 100011111010101111000000001111110011111110001111101010111011010010001111101000101110101100111111 | 8fabc03f3f8fabb48fa2eb3f |
UTF-8 | ìêº | 110000111010110011000010100010111100001010010001110000111010101011000010101110101100001010011101 | c3acc28bc291c3aac2bac29d |
UHC | ????º? | 00111111001111110011111100111111101010001010110000111111 | 3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)