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 | è丮 | 100100011110100011100100101110001000010010101110 | 91e8e4b884ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?èä¸?® | 0011111110001111101010111011001010001111101010111010001110001111101000101011000100111111100011111010001011101110 | 3f8fabb28faba38fa2b13f8fa2ee |
UTF-8 | è丮 | 110000101001000111000011101010001100001110100100110000101011100011000010100001001100001010101110 | c291c3a8c3a4c2b8c284c2ae |
UHC | ???¸?® | 0011111100111111001111111010001010101100001111111010001011100111 | 3f3f3fa2ac3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)