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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 影??節?}B | 100010010110010100111111001111111001000011011111001111110111110101000010 | 89653f3f90df3f7d42 |
EUC-JP | 影??節?}B | 101100011100011000111111001111111100000011100001001111110111110101000010 | b1c63f3fc0e13f7d42 |
UTF-8 | 影좑푵節쥆}B | 1110010110111101101100011110110010100010100100011110110110010001101101011110011110101111100000001110110010100101100001100111110101000010 | e5bdb1eca291ed91b5e7af80eca5867d42 |
UHC | 影좑푵節쥆}B | 111001111010111110100000111011111011111010000011111011111011110110100010011110010111110101000010 | e7afa0efbe83efbda2797d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)