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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋻賍闕讓シ | 111110111101100111100110110110101110100010001101111001101010100010111100 | fbd9e6dae88de6a8bc |
EUC-JP | 鋻賍闕讓シ | 1000111111100100110100011110110011011100111011111110110111101100101010101000111010111100 | 8fe4d1ecdcefedecaa8ebc |
UTF-8 | 鋻賍闕讓シ | 111010011000101110111011111010001011001110001101111010011001011110010101111010001010111010010011111011111011110110111100 | e98bbbe8b38de99795e8ae93efbdbc |
UHC | ??闕讓? | 00111111001111111100111111110100111001011101001100111111 | 3f3fcff4e5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)