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 | ???F\ | 0011111100111111001111110100011001011100 | 3f3f3f465c |
SJIS-WIN | ???F\ | 0011111100111111001111110100011001011100 | 3f3f3f465c |
EUC-JP | ???F\ | 0011111100111111001111110100011001011100 | 3f3f3f465c |
UTF-8 | 묳뫇뫇F\ | 1110101110101100101100111110101110101011100001111110101110101011100001110100011001011100 | ebacb3ebab87ebab87465c |
UHC | 묳뫇뫇F\ | 1001001001001010100100011010101010010001101010100100011001011100 | 924a91aa91aa465c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)