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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豸茨スヲ闖賛 | 11100110101101101000100011101111101111011010011011101000100011111000111001011110 | e6b688efbda6e88f8e5e |
EUC-JP | 豸茨スヲ闖賛 | 111011001011100010110000111100011000111010111101100011101010011011101111111011111011101110111111 | ecb8b0f18ebd8ea6efefbbbf |
UTF-8 | 豸茨スヲ闖賛 | 111010001011000110111000111010001000110010101000111011111011110110111101111011111011110110100110111010011001011110010110111010001011001110011011 | e8b1b8e88ca8efbdbdefbda6e99796e8b39b |
UHC | ?茨??闖? | 0011111111101101101111000011111100111111111101111110011000111111 | 3fedbc3f3ff7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)