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 | ??モ?立 | 00111111001111111000001110000010001111111001011110100111 | 3f3f83823f97a7 |
EUC-JP | ??モ?立 | 00111111001111111010010111100010001111111100111010101001 | 3f3fa5e23fcea9 |
UTF-8 | 룶卽モ룵立 | 111010111010001110110110111001011000110110111101111000111000001110100010111010111010001110110101111001111010101110001011 | eba3b6e58dbde383a2eba3b5e7ab8b |
UHC | 룶卽モ룵立 | 10001111101010111111000111101101101010111110001010001111101010101101100010100001 | 8fabf1edabe28faad8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)