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 | ??健∨ | 001111110011111110001100100100101000000111001001 | 3f3f8c9281c9 |
EUC-JP | ??健∨ | 001111110011111110110111111100101010001011001011 | 3f3fb7f2a2cb |
UTF-8 | 룶끼健∨ | 111010111010001110110110111010111000000110111100111001011000000110100101111000101000100010101000 | eba3b6eb81bce581a5e288a8 |
UHC | 룶끼健∨ | 1000111110101011101100111010001011001011111011011010000111111101 | 8fabb3a2cbeda1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)