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 | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ???節??BF | 001111110011111100111111100100001101111100111111001111110100001001000110 | 3f3f3f90df3f3f4246 |
EUC-JP | ???節??BF | 001111110011111100111111110000001110000100111111001111110100001001000110 | 3f3f3fc0e13f3f4246 |
UTF-8 | 劣면툢節쇽슥BF | 1110111110100110100111011110101110101001101101001110110110001000101000101110011110101111100000001110110010000111101111011110110010001010101001010100001001000110 | efa69deba9b4ed88a2e7af80ec87bdec8aa54246 |
UHC | 劣면툢節쇽슥BF | 1110011011101011101110001110100110111000100110011110111110111101101111001110111110111101101110110100001001000110 | e6ebb8e9b899efbdbcefbdbb4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)