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 | 騾玖ご闃ヲ | 111010011000000010001011111010001000001010110010111010001000101010100110 | e9808be882b2e88aa6 |
EUC-JP | 騾玖ご闃ヲ | 11110001111000001011011011101010101001001011010011101111111010101000111010100110 | f1e0b6eaa4b4efea8ea6 |
UTF-8 | 騾玖ご闃ヲ | 111010011010100010111110111001111000111010010110111000111000000110010100111010011001011110000011111011111011110110100110 | e9a8bee78e96e38194e99783efbda6 |
UHC | ?玖ご?? | 00111111110011111011100010101010101101000011111100111111 | 3fcfb8aab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)