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 | ニ寬ゥ磁 | 1111000011111100110001101111101010101010101010011000111010100101 | f0fcc6faaaa98ea5 |
EUC-JP | ?ニ?ゥ磁 | 0011111110001110110001100011111110001110101010011011110010100111 | 3f8ec63f8ea9bca7 |
UTF-8 | ニ寬ゥ磁 | 111011101000001010111011111011111011111010000110111001011010111110101100111011111011110110101001111001111010001110000001 | ee82bbefbe86e5afacefbda9e7a381 |
UHC | ??寬?磁 | 00111111001111111100111010110000001111111110110110111000 | 3f3fceb03fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)