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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | 疾鹿シォ^c^ | 100011101011111010001110101011011011110010101011010111100110001101011110 | 8ebe8eadbcab5e635e |
EUC-JP | 疾鹿シォ^c^ | 1011110011000000101111001010111110001110101111001000111010101011010111100110001101011110 | bcc0bcaf8ebc8eab5e635e |
UTF-8 | 疾鹿シォ^c^ | 111001111001011010111110111010011011100110111111111011111011110110111100111011111011110110101011010111100110001101011110 | e796bee9b9bfefbdbcefbdab5e635e |
UHC | 疾鹿??^c^ | 111100101111000011010110111000110011111100111111010111100110001101011110 | f2f0d6e33f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)