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 | {GBe{GBe^ | 10011111011110110100011110011010010000100110010110011111011110110100011110011010010000100110010101011110 | 9f7b479a42659f7b479a42655e |
SJIS-WIN | ?{G?Be?{G?Be^ | 00111111011110110100011100111111010000100110010100111111011110110100011100111111010000100110010101011110 | 3f7b473f42653f7b473f42655e |
EUC-JP | ?{G?Be?{G?Be^ | 00111111011110110100011100111111010000100110010100111111011110110100011100111111010000100110010101011110 | 3f7b473f42653f7b473f42655e |
UTF-8 | {GBe{GBe^ | 1100001010011111011110110100011111000010100110100100001001100101110000101001111101111011010001111100001010011010010000100110010101011110 | c29f7b47c29a4265c29f7b47c29a42655e |
UHC | ?{G?Be?{G?Be^ | 00111111011110110100011100111111010000100110010100111111011110110100011100111111010000100110010101011110 | 3f7b473f42653f7b473f42655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)