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 | 釥斜昌キ斜 | 111110111100000010001110110011101000111110111001101101111000111011001110 | fbc08ece8fb9b78ece |
EUC-JP | 釥斜昌キ斜 | 1000111111100011101010111011110011010000101111101011101110001110101101111011110011010000 | 8fe3abbcd0bebb8eb7bcd0 |
UTF-8 | 釥斜昌キ斜 | 111010011000011110100101111001101001011010011100111001101001100010001100111011111011110110110111111001101001011010011100 | e987a5e6969ce6988cefbdb7e6969c |
UHC | ?斜昌?斜 | 0011111111011110110110001111001111100011001111111101111011011000 | 3fded8f3e33fded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)