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 | ???¤r | 0011111100111111001111111010010001110010 | 3f3f3fa472 |
SJIS-WIN | ??健?r | 001111110011111110001100100100100011111101110010 | 3f3f8c923f72 |
EUC-JP | ??健¤r | 0011111100111111101101111111001010001111101000101111000001110010 | 3f3fb7f28fa2f072 |
UTF-8 | 룶끼健¤r | 111010111010001110110110111010111000000110111100111001011000000110100101110000101010010001110010 | eba3b6eb81bce581a5c2a472 |
UHC | 룶끼健¤r | 100011111010101110110011101000101100101111101101101000101011010001110010 | 8fabb3a2cbeda2b472 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)