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 | ú¹úú¹ú^ | 111110101011100110001110111110101111101010111001100011101111101001011110 | fab98efafab98efa5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ú??úú??ú^ | 1000111110101011111000100011111100111111100011111010101111100010100011111010101111100010001111110011111110001111101010111110001001011110 | 8fabe23f3f8fabe28fabe23f3f8fabe25e |
UTF-8 | ú¹úú¹ú^ | 1100001110111010110000101011100111000010100011101100001110111010110000111011101011000010101110011100001010001110110000111011101001011110 | c3bac2b9c28ec3bac3bac2b9c28ec3ba5e |
UHC | ?¹???¹??^ | 0011111110101001111101100011111100111111001111111010100111110110001111110011111101011110 | 3fa9f63f3f3fa9f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)