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 | 嶸弥个嶸盆 | 11111010101101001001011011101101100110001010001011111010101101001001011001111110 | fab496ed98a2fab4967e |
EUC-JP | 嶸弥个嶸盆 | 100011111011101111110100110011001110111111010000101001001000111110111011111101001100101111011111 | 8fbbf4ccefd0a48fbbf4cbdf |
UTF-8 | 嶸弥个嶸盆 | 111001011011011010111000111001011011110010100101111001001011100010101010111001011011011010111000111001111001101110000110 | e5b6b8e5bca5e4b8aae5b6b8e79b86 |
UHC | 嶸??嶸盆 | 1110011110101110001111110011111111100111101011101101110111001110 | e7ae3f3fe7aeddce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)