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 | ??健ぢ | 001111110011111110001100100100101000001011000000 | 3f3f8c9282c0 |
EUC-JP | ??健ぢ | 001111110011111110110111111100101010010011000010 | 3f3fb7f2a4c2 |
UTF-8 | 룶괍健ぢ | 111010111010001110110110111010101011010010001101111001011000000110100101111000111000000110100010 | eba3b6eab48de581a5e381a2 |
UHC | 룶괍健ぢ | 1000111110101011101100011010001011001011111011011010101011000010 | 8fabb1a2cbedaac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)