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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 夙夙B | 1000111101100111100011110110011101000010 | 8f678f6742 |
EUC-JP | 夙夙B | 1011110111001000101111011100100001000010 | bdc8bdc842 |
UTF-8 | 夙夙B | 11100101101001001001100111100101101001001001100101000010 | e5a499e5a49942 |
UHC | 夙夙B | 1110001011010100111000101101010001000010 | e2d4e2d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)