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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雹喜柾 | 111010001011100110001010111011001001011010001111 | e8b98aec968f |
EUC-JP | 雹喜柾 | 111100001011101110110100111011101100101111101111 | f0bbb4eecbef |
UTF-8 | 雹喜柾 | 111010011001101110111001111001011001011010011100111001101001111110111110 | e99bb9e5969ce69fbe |
UHC | 雹喜柾 | 110110101101111111111101111011001110111111011110 | dadffdecefde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)