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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈐フ諶キ | 111110111100001011001100111110111010101010110111 | fbc2ccfbaab7 |
EUC-JP | 鈐フ諶キ | 10001111111000111100000110001110110011001000111111011110101101011000111010110111 | 8fe3c18ecc8fdeb58eb7 |
UTF-8 | 鈐フ諶キ | 111010011000100010010000111011111011111010001100111010001010101110110110111011111011110110110111 | e98890efbe8ce8abb6efbdb7 |
UHC | 鈐?諶? | 110011001010001000111111111001001010011000111111 | cca23fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)