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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱ゅ?業?? | 100100000100101010000010111000110011111110001011110001100011111100111111 | 904a82e33f8bc63f3f |
EUC-JP | 辱ゅ?業?? | 101111111010101110100100111001010011111110110110110010000011111100111111 | bfaba4e53fb6c83f3f |
UTF-8 | 辱ゅ츒業뚳슘 | 111010001011111010110001111000111000001010000101111011001011100010010010111001101010010110101101111010111001101010110011111011001000101010011000 | e8beb1e38285ecb892e6a5adeb9ab3ec8a98 |
UHC | 辱ゅ츒業뚳슘 | 111010011011010010101010111001011010111010001101111001011111011010001100111011111011110110110111 | e9b4aae5ae8de5f68cefbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)