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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | カ寬サ磁 | 1111000111100001101101101111101010101010101110111000111010100101 | f1e1b6faaabb8ea5 |
EUC-JP | ?カ?サ磁 | 0011111110001110101101100011111110001110101110111011110010100111 | 3f8eb63f8ebbbca7 |
UTF-8 | カ寬サ磁 | 111011101000010110011100111011111011110110110110111001011010111110101100111011111011110110111011111001111010001110000001 | ee859cefbdb6e5afacefbdbbe7a381 |
UHC | ??寬?磁 | 00111111001111111100111010110000001111111110110110111000 | 3f3fceb03fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)