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 | ùGè | 1000101011111001010001111110100010011110 | 8af947e89e |
SJIS-WIN | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
EUC-JP | ?ùGè? | 001111111000111110101011111000110100011110001111101010111011001000111111 | 3f8fabe3478fabb23f |
UTF-8 | ùGè | 110000101000101011000011101110010100011111000011101010001100001010011110 | c28ac3b947c3a8c29e |
UHC | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)