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 | 辷オ貉假スオ | 111001111000100010110101111001101011100110011000111011111011110110110101 | e788b5e6b998efbdb5 |
EUC-JP | 辷オ貉假スオ | 111011011110100010001110101101011110110010111011110100001111000110001110101111011000111010110101 | ede88eb5ecbbd0f18ebd8eb5 |
UTF-8 | 辷オ貉假スオ | 111010001011111010110111111011111011110110110101111010001011001010001001111001011000000110000111111011111011110110111101111011111011110110110101 | e8beb7efbdb5e8b289e58187efbdbdefbdb5 |
UHC | ???假?? | 00111111001111110011111111001010101000110011111100111111 | 3f3f3fcaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)