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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 驍ょ、り「キ^ | 11101001100000101000001011100101101001001000001011101000101000101011011101011110 | e98282e5a482e8a2b75e |
EUC-JP | 驍ょ、り「キ^ | 11110001111000101010010011100111100011101010010010100100111010101000111010100010100011101011011101011110 | f1e2a4e78ea4a4ea8ea28eb75e |
UTF-8 | 驍ょ、り「キ^ | 11101001101010011000110111100011100000101000011111101111101111011010010011100011100000101000101011101111101111011010001011101111101111011011011101011110 | e9a98de38287efbda4e3828aefbda2efbdb75e |
UHC | 驍ょ?り??^ | 11111101101001001010101011100111001111111010101011101010001111110011111101011110 | fda4aae73faaea3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)