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 | ±À | 10110001110000001000001110000001 | b1c08381 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±À?? | 10100001110111101000111110101010101000100011111100111111 | a1de8faaa23f3f |
UTF-8 | ±À | 1100001010110001110000111000000011000010100000111100001010000001 | c2b1c380c283c281 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)