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 | ú¹±ç° | 111110101011100110110001111001111001100110110000 | fab9b1e799b0 |
SJIS-WIN | ??±??° | 0011111100111111100000010111110100111111001111111000000110001011 | 3f3f817d3f3f818b |
EUC-JP | ú?±ç?° | 100011111010101111100010001111111010000111011110100011111010101110101110001111111010000111101011 | 8fabe23fa1de8fabae3fa1eb |
UTF-8 | ú¹±ç° | 110000111011101011000010101110011100001010110001110000111010011111000010100110011100001010110000 | c3bac2b9c2b1c3a7c299c2b0 |
UHC | ?¹±??° | 001111111010100111110110101000011011111000111111001111111010000111000110 | 3fa9f6a1be3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)