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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | リァ^ | 1101100010100111111100111100010001011110 | d8a7f3c45e |
EUC-JP | リァ?^ | 100011101101100010001110101001110011111101011110 | 8ed88ea73f5e |
UTF-8 | リァ^ | 11101111101111101001100011101111101111011010011111101110100010101011011101011110 | efbe98efbda7ee8ab75e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)