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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ホヲホ、^ | 110011101111011011011101101001101100111011110110110111011010010001011110 | cef6dda6cef6dda45e |
EUC-JP | ホ?ヲホ?、^ | 1000111011001110001111111000111010100110100011101100111000111111100011101010010001011110 | 8ece3f8ea68ece3f8ea45e |
UTF-8 | ホヲホ、^ | 11101111101111101000111011101110100101001000010011101111101111011010011011101111101111101000111011101110100101001000010011101111101111011010010001011110 | efbe8eee9484efbda6efbe8eee9484efbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)