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 | ???J | 00111111001111110011111101001010 | 3f3f3f4a |
SJIS-WIN | 粮葛簣J | 11100010111011001000101010001011111000101100110101001010 | e2ec8a8be2cd4a |
EUC-JP | 粮葛簣J | 11100100111011101011001111101011111001001100111101001010 | e4eeb3ebe4cf4a |
UTF-8 | 粮葛簣J | 11100111101100101010111011101000100100011001101111100111101100001010001101001010 | e7b2aee8919be7b0a34a |
UHC | 粮葛?J | 110101011101101111001010111001110011111101001010 | d5dbcae73f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)