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 | À¹±Ö\ | 1100000010111001101100011101011001011100 | c0b9b1d65c |
SJIS-WIN | ??±?\ | 001111110011111110000001011111010011111101011100 | 3f3f817d3f5c |
EUC-JP | À?±Ö\ | 10001111101010101010001000111111101000011101111010001111101010101101001101011100 | 8faaa23fa1de8faad35c |
UTF-8 | À¹±Ö\ | 110000111000000011000010101110011100001010110001110000111001011001011100 | c380c2b9c2b1c3965c |
UHC | ?¹±?\ | 00111111101010011111011010100001101111100011111101011100 | 3fa9f6a1be3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)