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 | ???¤W | 0011111100111111001111111010010001010111 | 3f3f3fa457 |
SJIS-WIN | ??健?W | 001111110011111110001100100100100011111101010111 | 3f3f8c923f57 |
EUC-JP | ??健¤W | 0011111100111111101101111111001010001111101000101111000001010111 | 3f3fb7f28fa2f057 |
UTF-8 | 룶끼健¤W | 111010111010001110110110111010111000000110111100111001011000000110100101110000101010010001010111 | eba3b6eb81bce581a5c2a457 |
UHC | 룶끼健¤W | 100011111010101110110011101000101100101111101101101000101011010001010111 | 8fabb3a2cbeda2b457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)