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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 激恝BF | 100011001000001111111010101111000100001001000110 | 8c83fabc4246 |
EUC-JP | 激恝BF | 10110111111000111000111110111101111001110100001001000110 | b7e38fbde74246 |
UTF-8 | 激恝BF | 1110011010111111100000001110011010000001100111010100001001000110 | e6bf80e6819d4246 |
UHC | 激恝BF | 110011001010110111001110101111110100001001000110 | ccadcebf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)