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 | 鉧ク﨔ュ昌 | 1111101111001011101110001111101011101010101011011000111110111001 | fbcbb8faeaad8fb9 |
EUC-JP | 鉧ク?ュ昌 | 10001111111000111110100110001110101110000011111110001110101011011011111010111011 | 8fe3e98eb83f8eadbebb |
UTF-8 | 鉧ク﨔ュ昌 | 111010011000100110100111111011111011110110111000111011111010100010010100111011111011110110101101111001101001100010001100 | e989a7efbdb8efa894efbdade6988c |
UHC | ????昌 | 001111110011111100111111001111111111001111100011 | 3f3f3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)