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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 紆゚フ~ | 1110001011111100110111111100110001111110 | e2fcdfcc7e |
EUC-JP | 紆゚フ~ | 11100100111111101000111011011111100011101100110001111110 | e4fe8edf8ecc7e |
UTF-8 | 紆゚フ~ | 11100111101101001000011011101111101111101001111111101111101111101000110001111110 | e7b486efbe9fefbe8c7e |
UHC | 紆??~ | 1110100111100001001111110011111101111110 | e9e13f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)