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 | ±Ì²BB | 101100011100110011000010101100100100001001000010 | b1ccc2b24242 |
SJIS-WIN | ±???BB | 10000001011111010011111100111111001111110100001001000010 | 817d3f3f3f4242 |
EUC-JP | ±ÌÂ?BB | 1010000111011110100011111010101011000000100011111010101010100100001111110100001001000010 | a1de8faac08faaa43f4242 |
UTF-8 | ±Ì²BB | 11000010101100011100001110001100110000111000001011000010101100100100001001000010 | c2b1c38cc382c2b24242 |
UHC | ±??²BB | 1010000110111110001111110011111110101001111101110100001001000010 | a1be3f3fa9f74242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)