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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 借靫七] | 10001110110110001110100011010100100011101011010101011101 | 8ed8e8d48eb55d |
EUC-JP | 借靫七] | 10111100110110101111000011010110101111001011011101011101 | bcdaf0d6bcb75d |
UTF-8 | 借靫七] | 11100101100000001001111111101001100111011010101111100100101110001000001101011101 | e5809fe99dabe4b8835d |
UHC | 借?七] | 111100111010100000111111111101101101001001011101 | f3a83ff6d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)