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 | 譎カ鄕キ貔 | 1110011010011001101101101111101110111000101101111110011010111110 | e699b6fbb8b7e6be |
EUC-JP | 譎カ?キ貔 | 111010111111100110001110101101100011111110001110101101111110110011000000 | ebf98eb63f8eb7ecc0 |
UTF-8 | 譎カ鄕キ貔 | 111010001010110110001110111011111011110110110110111010011000010010010101111011111011110110110111111010001011001010010100 | e8ad8eefbdb6e98495efbdb7e8b294 |
UHC | 譎?鄕?? | 11111101110100100011111111111010110000010011111100111111 | fdd23ffac13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)