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 | ì¹½Éì¹ | 111011001011100110111101110010011110110010111001 | ecb9bdc9ecb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??Éì? | 100011111010101111000000001111110011111110001111101010101011000110001111101010111100000000111111 | 8fabc03f3f8faab18fabc03f |
UTF-8 | ì¹½Éì¹ | 110000111010110011000010101110011100001010111101110000111000100111000011101011001100001010111001 | c3acc2b9c2bdc389c3acc2b9 |
UHC | ?¹½??¹ | 001111111010100111110110101010001111011000111111001111111010100111110110 | 3fa9f6a8f63f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)