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 | çç¾ú«² | 111001111110011110111110111110101010101110110010 | e7e7befaabb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çç?ú?? | 100011111010101110101110100011111010101110101110001111111000111110101011111000100011111100111111 | 8fabae8fabae3f8fabe23f3f |
UTF-8 | çç¾ú«² | 110000111010011111000011101001111100001010111110110000111011101011000010101010111100001010110010 | c3a7c3a7c2bec3bac2abc2b2 |
UHC | ??¾??² | 0011111100111111101010001111101000111111001111111010100111110111 | 3f3fa8fa3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)