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 | ùìYùìbE | 11111001111011000101100111111001111011000110001001000101 | f9ec59f9ec6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ùìYùìbE | 100011111010101111100011100011111010101111000000010110011000111110101011111000111000111110101011110000000110001001000101 | 8fabe38fabc0598fabe38fabc06245 |
UTF-8 | ùìYùìbE | 1100001110111001110000111010110001011001110000111011100111000011101011000110001001000101 | c3b9c3ac59c3b9c3ac6245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)