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 | ??げ?? | 001111110011111110000010101100000011111100111111 | 3f3f82b03f3f |
EUC-JP | ??げ?? | 001111110011111110100100101100100011111100111111 | 3f3fa4b23f3f |
UTF-8 | 룶킃げ룫횸 | 111010111010001110110110111011011000001010000011111000111000000110010010111010111010001110101011111011011001101010111000 | eba3b6ed8283e38192eba3abed9ab8 |
UHC | 룶킃げ룫횸 | 10001111101010111011010010001111101010101011001010001111101000101100010001001100 | 8fabb48faab28fa2c44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)