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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 琮?中?B | 11111011011010100011111110010010100001100011111101000010 | fb6a3f92863f42 |
EUC-JP | 琮?中?B | 1000111111001100101100100011111111000011111001100011111101000010 | 8fccb23fc3e63f42 |
UTF-8 | 琮렩中렠B | 11100111100100001010111011101011101000001010100111100100101110001010110111101011101000001010000001000010 | e790aeeba0a9e4b8adeba0a042 |
UHC | 琮렩中렠B | 111100001111100110001110101101111111000111101001100011101011000101000010 | f0f98eb7f1e98eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)