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 | 釭鱶ホヘ | 1111000110110000111110111011110111101001111001101100111011001101 | f1b0fbbde9e6cecd |
EUC-JP | ?釭鱶ホヘ | 00111111100011111110001110101111111100101110100010001110110011101000111011001101 | 3f8fe3aff2e88ece8ecd |
UTF-8 | 釭鱶ホヘ | 111011101000010010101011111010011000011110101101111010011011000110110110111011111011111010001110111011111011111010001101 | ee84abe987ade9b1b6efbe8eefbe8d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)