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 | ìµÒçܲ | 111011001011010111010010111001111101110010110010 | ecb5d2e7dcb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì?ÒçÜ? | 1000111110101011110000000011111110001111101010101101001010001111101010111010111010001111101010101110010000111111 | 8fabc03f8faad28fabae8faae43f |
UTF-8 | ìµÒçܲ | 110000111010110011000010101101011100001110010010110000111010011111000011100111001100001010110010 | c3acc2b5c392c3a7c39cc2b2 |
UHC | ?????² | 00111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)