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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 淨?}B | 1001111111000100001111110111110101000010 | 9fc43f7d42 |
EUC-JP | 淨?}B | 1101111011000110001111110111110101000010 | dec63f7d42 |
UTF-8 | 淨렱}B | 1110011010110111101010001110101110100000101100010111110101000010 | e6b7a8eba0b17d42 |
UHC | 淨렱}B | 111011111110010010001110101111100111110101000010 | efe48ebe7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)