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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 懶解}懶解{^ | 1001110011101111100010011111000001111101100111001110111110001001111100000111101101011110 | 9cef89f07d9cef89f07b5e |
EUC-JP | 懶解}懶解{^ | 1101100011110001101100101111001001111101110110001111000110110010111100100111101101011110 | d8f1b2f27dd8f1b2f27b5e |
UTF-8 | 懶解}懶解{^ | 111001101000011110110110111010001010011110100011011111011110011010000111101101101110100010100111101000110111101101011110 | e687b6e8a7a37de687b6e8a7a37b5e |
UHC | 懶解}懶解{^ | 1101010011111011111110101011000001111101110101001111101111111010101100000111101101011110 | d4fbfab07dd4fbfab07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)