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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??皆^ | 0011111100111111100010100100011001011110 | 3f3f8a465e |
EUC-JP | ??皆^ | 0011111100111111101100111010011101011110 | 3f3fb3a75e |
UTF-8 | 렻뵀皆^ | 11101011101000001011101111101011101101011000000011100111100110101000011001011110 | eba0bbebb580e79a865e |
UHC | 렻뵀皆^ | 10001110110000111011101011000101110010111100101101011110 | 8ec3bac5cbcb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)